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

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

commit 8cabe4bf769e51211ca422b8da03830b796ec88a
Author: Peter Kovacs <[email protected]>
AuthorDate: Sat Aug 29 14:19:46 2026 +0200

    pre-commit: make the --all-files run green again
    
    .github/workflows/pre-commit.yml runs `pre-commit run --all-files` on every
    pull request, so three hooks were failing every PR regardless of what it
    touched:
    
        trim trailing whitespace.............................Failed  (83 files)
        makes sure files end in a newline and only a newline.Failed  (31 files)
        run codespell........................................Failed  (2 files)
    
    Whitespace, 88 files across chart2, connectivity and officecfg.  Most of the
    trailing blanks are the "#  " lines inside the ASF licence header of a
    gbuild makefile; the end-of-file ones are a second blank line after the vim
    modeline.  Produced by running the hooks, not by hand:
    
        pre-commit run trailing-whitespace --all-files
        pre-commit run end-of-file-fixer --all-files
    
    `git diff --ignore-all-space --ignore-blank-lines` over that part of this
    commit is empty, so no byte a compiler, dmake or gbuild reads has changed.
    
    Codespell, two findings, treated differently because only one is a typo:
    
      * connectivity/Library_dbtools.mk:168 "depenedencies" -> "dependencies",
        in a comment.
      * bridges/.../rtti_crossdylib_test/thrower.cxx "nodel" is the no-op
        deleter handed to __cxa_throw -- a deliberate abbreviation, not a
        misspelling.  Added to .github/linters/codespell.txt, which is what that
        list is for; renaming a function to satisfy a spell checker is the wrong
        way round.
    
    The three fixes are one commit rather than three because they are not
    separable: the typo is in Library_dbtools.mk, which is also one of the 88
    whitespace files, and pre-commit checks the staged content -- so a commit
    carrying either fix alone fails its own hooks.
    
    After this, `pre-commit run --all-files` passes every hook.
    
    Co-Authored-By: Claude Opus 5 <[email protected]>
    Claude-Session: https://claude.ai/code/session_01UWgzQY2r1XwFvgeLPFWPsi
---
 .github/linters/codespell.txt                                  |  1 +
 main/chart2/AllLangResTarget_chartcontroller.mk                |  8 ++++----
 main/chart2/Library_chartcontroller.mk                         |  9 ++++-----
 main/chart2/Library_chartmodel.mk                              |  9 ++++-----
 main/chart2/Library_charttools.mk                              |  9 ++++-----
 main/chart2/Library_chartview.mk                               |  9 ++++-----
 main/chart2/Makefile                                           |  8 ++++----
 main/chart2/Module_chart2.mk                                   |  8 ++++----
 main/chart2/Package_uiconfig.mk                                |  8 ++++----
 main/chart2/inc/pch/precompiled_chartcontroller.cxx            |  9 ++++-----
 main/chart2/inc/pch/precompiled_chartcontroller.hxx            |  8 ++++----
 main/chart2/inc/pch/precompiled_chartmodel.cxx                 |  9 ++++-----
 main/chart2/inc/pch/precompiled_chartmodel.hxx                 |  8 ++++----
 main/chart2/inc/pch/precompiled_charttools.cxx                 |  9 ++++-----
 main/chart2/inc/pch/precompiled_charttools.hxx                 |  8 ++++----
 main/chart2/inc/pch/precompiled_chartview.cxx                  |  9 ++++-----
 main/chart2/inc/pch/precompiled_chartview.hxx                  |  8 ++++----
 main/chart2/prj/makefile.mk                                    |  8 ++++----
 main/connectivity/AllLangResTarget_cnr.mk                      |  8 ++++----
 main/connectivity/AllLangResTarget_hsqldb.mk                   |  8 ++++----
 main/connectivity/AllLangResTarget_sdbcl.mk                    |  8 ++++----
 main/connectivity/AllLangResTarget_sdberr.mk                   |  8 ++++----
 main/connectivity/Ant_dbtools.mk                               |  9 ++++-----
 main/connectivity/Ant_sdbc_hsqldb.mk                           |  1 -
 main/connectivity/Ant_sdbc_jdbc.mk                             |  1 -
 main/connectivity/Ant_sdbc_postgresql.mk                       |  9 ++++-----
 main/connectivity/Library_adabas.mk                            |  8 ++++----
 main/connectivity/Library_ado.mk                               |  8 ++++----
 main/connectivity/Library_calc.mk                              |  8 ++++----
 main/connectivity/Library_dbase.mk                             |  8 ++++----
 main/connectivity/Library_dbpool2.mk                           |  8 ++++----
 main/connectivity/Library_dbtools.mk                           | 10 +++++-----
 main/connectivity/Library_evoab2.mk                            |  8 ++++----
 main/connectivity/Library_file.mk                              |  8 ++++----
 main/connectivity/Library_flat.mk                              |  8 ++++----
 main/connectivity/Library_hsqldb.mk                            |  8 ++++----
 main/connectivity/Library_macab1.mk                            |  8 ++++----
 main/connectivity/Library_macabdrv1.mk                         |  8 ++++----
 main/connectivity/Library_mysql.mk                             |  8 ++++----
 main/connectivity/Library_odbc.mk                              |  8 ++++----
 main/connectivity/Library_odbcbase.mk                          |  8 ++++----
 main/connectivity/Library_sdbc2.mk                             |  8 ++++----
 main/connectivity/Makefile                                     |  8 ++++----
 main/connectivity/Module_connectivity.mk                       |  8 ++++----
 main/connectivity/Package_generated_inc.mk                     |  8 ++++----
 main/connectivity/Package_inc.mk                               |  8 ++++----
 main/connectivity/inc/pch/precompiled_adabas.cxx               |  1 -
 main/connectivity/inc/pch/precompiled_ado.cxx                  |  9 ++++-----
 main/connectivity/inc/pch/precompiled_ado.hxx                  | 10 +++++-----
 main/connectivity/inc/pch/precompiled_calc.cxx                 |  9 ++++-----
 main/connectivity/inc/pch/precompiled_calc.hxx                 | 10 +++++-----
 main/connectivity/inc/pch/precompiled_dbase.cxx                |  9 ++++-----
 main/connectivity/inc/pch/precompiled_dbase.hxx                | 10 +++++-----
 main/connectivity/inc/pch/precompiled_dbpool2.cxx              |  9 ++++-----
 main/connectivity/inc/pch/precompiled_dbpool2.hxx              | 10 +++++-----
 main/connectivity/inc/pch/precompiled_dbtools.cxx              |  9 ++++-----
 main/connectivity/inc/pch/precompiled_dbtools.hxx              | 10 +++++-----
 main/connectivity/inc/pch/precompiled_evoab2.cxx               |  9 ++++-----
 main/connectivity/inc/pch/precompiled_evoab2.hxx               | 10 +++++-----
 main/connectivity/inc/pch/precompiled_file.cxx                 |  9 ++++-----
 main/connectivity/inc/pch/precompiled_file.hxx                 | 10 +++++-----
 main/connectivity/inc/pch/precompiled_flat.cxx                 |  9 ++++-----
 main/connectivity/inc/pch/precompiled_flat.hxx                 | 10 +++++-----
 main/connectivity/inc/pch/precompiled_hsqldb.cxx               |  9 ++++-----
 main/connectivity/inc/pch/precompiled_hsqldb.hxx               | 10 +++++-----
 main/connectivity/inc/pch/precompiled_jdbc.cxx                 |  9 ++++-----
 main/connectivity/inc/pch/precompiled_jdbc.hxx                 | 10 +++++-----
 main/connectivity/inc/pch/precompiled_macab1.cxx               |  9 ++++-----
 main/connectivity/inc/pch/precompiled_macab1.hxx               | 10 +++++-----
 main/connectivity/inc/pch/precompiled_macabdrv1.cxx            |  9 ++++-----
 main/connectivity/inc/pch/precompiled_macabdrv1.hxx            | 10 +++++-----
 main/connectivity/inc/pch/precompiled_mysql.cxx                |  9 ++++-----
 main/connectivity/inc/pch/precompiled_mysql.hxx                | 10 +++++-----
 main/connectivity/inc/pch/precompiled_odbc.cxx                 |  9 ++++-----
 main/connectivity/inc/pch/precompiled_odbc.hxx                 | 10 +++++-----
 main/connectivity/inc/pch/precompiled_odbcbase.cxx             |  9 ++++-----
 main/connectivity/inc/pch/precompiled_odbcbase.hxx             | 10 +++++-----
 main/connectivity/inc/pch/precompiled_sdbc2.cxx                |  9 ++++-----
 main/connectivity/inc/pch/precompiled_sdbc2.hxx                | 10 +++++-----
 main/connectivity/java/dbtools/build.xml                       |  2 +-
 main/connectivity/java/sdbc_hsqldb/build.xml                   |  2 +-
 main/connectivity/java/sdbc_jdbc/build.xml                     |  2 +-
 main/connectivity/java/sdbc_postgresql/build.xml               |  2 +-
 main/connectivity/prj/makefile.mk                              |  8 ++++----
 .../registry/org/openoffice/Office/DataAccess/calc.xcu         | 10 +++++-----
 main/connectivity/source/drivers/adabas/BFunctions.cxx         |  2 +-
 main/connectivity/source/drivers/hsqldb/HTerminateListener.cxx |  2 +-
 main/officecfg/Configuration_officecfg.mk                      |  1 -
 main/officecfg/Package_misc.mk                                 |  1 -
 89 files changed, 333 insertions(+), 363 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 1e0f75bc57..51f3aceaf9 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -1651,6 +1651,7 @@ nither
 nned
 nneeded
 nnumber
+nodel
 noe
 nofified
 nohypen
diff --git a/main/chart2/AllLangResTarget_chartcontroller.mk 
b/main/chart2/AllLangResTarget_chartcontroller.mk
index fff62ead8f..e87de762d4 100644
--- a/main/chart2/AllLangResTarget_chartcontroller.mk
+++ b/main/chart2/AllLangResTarget_chartcontroller.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/chart2/Library_chartcontroller.mk 
b/main/chart2/Library_chartcontroller.mk
index 835146e0df..694be33262 100644
--- a/main/chart2/Library_chartcontroller.mk
+++ b/main/chart2/Library_chartcontroller.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
@@ -211,4 +211,3 @@ $(eval $(call 
gb_Library_add_exception_objects,chartcontroller,\
 ))
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/main/chart2/Library_chartmodel.mk 
b/main/chart2/Library_chartmodel.mk
index a1b20958f8..91b7c7c623 100644
--- a/main/chart2/Library_chartmodel.mk
+++ b/main/chart2/Library_chartmodel.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT 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,4 +110,3 @@ $(eval $(call gb_Library_add_exception_objects,chartmodel,\
 ))
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/main/chart2/Library_charttools.mk 
b/main/chart2/Library_charttools.mk
index 309e11c7ca..ab52dd6c67 100644
--- a/main/chart2/Library_charttools.mk
+++ b/main/chart2/Library_charttools.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT 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,4 +135,3 @@ $(eval $(call gb_Library_add_exception_objects,charttools,\
 # chart2/source/tools/NamedProperties
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/main/chart2/Library_chartview.mk b/main/chart2/Library_chartview.mk
index 92a1daa889..dc95e2685d 100644
--- a/main/chart2/Library_chartview.mk
+++ b/main/chart2/Library_chartview.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT 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,4 +117,3 @@ $(eval $(call gb_Library_add_exception_objects,chartview,\
 ))
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/main/chart2/Makefile b/main/chart2/Makefile
index c1d144cbd4..88133e62be 100644
--- a/main/chart2/Makefile
+++ b/main/chart2/Makefile
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 ifeq ($(strip $(SOLARENV)),)
diff --git a/main/chart2/Module_chart2.mk b/main/chart2/Module_chart2.mk
index 4c357ed348..ae4e2bb55e 100644
--- a/main/chart2/Module_chart2.mk
+++ b/main/chart2/Module_chart2.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/chart2/Package_uiconfig.mk b/main/chart2/Package_uiconfig.mk
index b315dc4390..ee34699805 100644
--- a/main/chart2/Package_uiconfig.mk
+++ b/main/chart2/Package_uiconfig.mk
@@ -1,5 +1,5 @@
 ###############################################################
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 ###############################################################
 
 
diff --git a/main/chart2/inc/pch/precompiled_chartcontroller.cxx 
b/main/chart2/inc/pch/precompiled_chartcontroller.cxx
index a8137d3287..14162f8af1 100644
--- a/main/chart2/inc/pch/precompiled_chartcontroller.cxx
+++ b/main/chart2/inc/pch/precompiled_chartcontroller.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_chart2.hxx"
-
diff --git a/main/chart2/inc/pch/precompiled_chartcontroller.hxx 
b/main/chart2/inc/pch/precompiled_chartcontroller.hxx
index 25d5ff2eef..4ab3b72206 100644
--- a/main/chart2/inc/pch/precompiled_chartcontroller.hxx
+++ b/main/chart2/inc/pch/precompiled_chartcontroller.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/chart2/inc/pch/precompiled_chartmodel.cxx 
b/main/chart2/inc/pch/precompiled_chartmodel.cxx
index a8137d3287..14162f8af1 100644
--- a/main/chart2/inc/pch/precompiled_chartmodel.cxx
+++ b/main/chart2/inc/pch/precompiled_chartmodel.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_chart2.hxx"
-
diff --git a/main/chart2/inc/pch/precompiled_chartmodel.hxx 
b/main/chart2/inc/pch/precompiled_chartmodel.hxx
index 25d5ff2eef..4ab3b72206 100644
--- a/main/chart2/inc/pch/precompiled_chartmodel.hxx
+++ b/main/chart2/inc/pch/precompiled_chartmodel.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/chart2/inc/pch/precompiled_charttools.cxx 
b/main/chart2/inc/pch/precompiled_charttools.cxx
index a8137d3287..14162f8af1 100644
--- a/main/chart2/inc/pch/precompiled_charttools.cxx
+++ b/main/chart2/inc/pch/precompiled_charttools.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_chart2.hxx"
-
diff --git a/main/chart2/inc/pch/precompiled_charttools.hxx 
b/main/chart2/inc/pch/precompiled_charttools.hxx
index 25d5ff2eef..4ab3b72206 100644
--- a/main/chart2/inc/pch/precompiled_charttools.hxx
+++ b/main/chart2/inc/pch/precompiled_charttools.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/chart2/inc/pch/precompiled_chartview.cxx 
b/main/chart2/inc/pch/precompiled_chartview.cxx
index a8137d3287..14162f8af1 100644
--- a/main/chart2/inc/pch/precompiled_chartview.cxx
+++ b/main/chart2/inc/pch/precompiled_chartview.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_chart2.hxx"
-
diff --git a/main/chart2/inc/pch/precompiled_chartview.hxx 
b/main/chart2/inc/pch/precompiled_chartview.hxx
index 25d5ff2eef..4ab3b72206 100644
--- a/main/chart2/inc/pch/precompiled_chartview.hxx
+++ b/main/chart2/inc/pch/precompiled_chartview.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/chart2/prj/makefile.mk b/main/chart2/prj/makefile.mk
index 353f9e0db1..864fb0525b 100644
--- a/main/chart2/prj/makefile.mk
+++ b/main/chart2/prj/makefile.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/AllLangResTarget_cnr.mk 
b/main/connectivity/AllLangResTarget_cnr.mk
index 329925b9da..0fd593ff42 100644
--- a/main/connectivity/AllLangResTarget_cnr.mk
+++ b/main/connectivity/AllLangResTarget_cnr.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/AllLangResTarget_hsqldb.mk 
b/main/connectivity/AllLangResTarget_hsqldb.mk
index 7024f40487..cf18a082b5 100644
--- a/main/connectivity/AllLangResTarget_hsqldb.mk
+++ b/main/connectivity/AllLangResTarget_hsqldb.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/AllLangResTarget_sdbcl.mk 
b/main/connectivity/AllLangResTarget_sdbcl.mk
index 43ac462259..703dc47c84 100644
--- a/main/connectivity/AllLangResTarget_sdbcl.mk
+++ b/main/connectivity/AllLangResTarget_sdbcl.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/AllLangResTarget_sdberr.mk 
b/main/connectivity/AllLangResTarget_sdberr.mk
index a310446917..12e958d80b 100644
--- a/main/connectivity/AllLangResTarget_sdberr.mk
+++ b/main/connectivity/AllLangResTarget_sdberr.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Ant_dbtools.mk b/main/connectivity/Ant_dbtools.mk
index 3fbf3edfdd..0b77c5c484 100644
--- a/main/connectivity/Ant_dbtools.mk
+++ b/main/connectivity/Ant_dbtools.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT 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,4 +24,3 @@
 $(eval $(call 
gb_Ant_Ant,dbtools,$(SRCDIR)/connectivity/java/dbtools/build.xml))
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/main/connectivity/Ant_sdbc_hsqldb.mk 
b/main/connectivity/Ant_sdbc_hsqldb.mk
index dcfc9b7115..e6234a4a6f 100644
--- a/main/connectivity/Ant_sdbc_hsqldb.mk
+++ b/main/connectivity/Ant_sdbc_hsqldb.mk
@@ -25,4 +25,3 @@ $(eval $(call 
gb_Ant_Ant,sdbc_hsqldb,$(SRCDIR)/connectivity/java/sdbc_hsqldb/bui
 
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/main/connectivity/Ant_sdbc_jdbc.mk 
b/main/connectivity/Ant_sdbc_jdbc.mk
index 531946fdb4..a1b60c79b8 100644
--- a/main/connectivity/Ant_sdbc_jdbc.mk
+++ b/main/connectivity/Ant_sdbc_jdbc.mk
@@ -26,4 +26,3 @@ $(eval $(call 
gb_Ant_Ant,sdbc_jdbc,$(SRCDIR)/connectivity/java/sdbc_jdbc/build.x
 $(eval $(call 
gb_Ant_set_componentfile,sdbc_jdbc,connectivity/java/sdbc_jdbc/jdbc,OOO))
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/main/connectivity/Ant_sdbc_postgresql.mk 
b/main/connectivity/Ant_sdbc_postgresql.mk
index e23db589a1..106c56c384 100644
--- a/main/connectivity/Ant_sdbc_postgresql.mk
+++ b/main/connectivity/Ant_sdbc_postgresql.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT 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,4 +26,3 @@ $(eval $(call 
gb_Ant_Ant,sdbc_postgresql,$(SRCDIR)/connectivity/java/sdbc_postgr
 $(eval $(call 
gb_Ant_set_componentfile,sdbc_postgresql,connectivity/java/sdbc_postgresql/postgresql,OOO))
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/main/connectivity/Library_adabas.mk 
b/main/connectivity/Library_adabas.mk
index af433c26d9..f018bf4322 100644
--- a/main/connectivity/Library_adabas.mk
+++ b/main/connectivity/Library_adabas.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_ado.mk b/main/connectivity/Library_ado.mk
index c9a09d557a..bc3cc43fd1 100644
--- a/main/connectivity/Library_ado.mk
+++ b/main/connectivity/Library_ado.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_calc.mk 
b/main/connectivity/Library_calc.mk
index bda3dcb4bc..d40f96485b 100644
--- a/main/connectivity/Library_calc.mk
+++ b/main/connectivity/Library_calc.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_dbase.mk 
b/main/connectivity/Library_dbase.mk
index fb886f4aa3..eec0cd5e49 100644
--- a/main/connectivity/Library_dbase.mk
+++ b/main/connectivity/Library_dbase.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_dbpool2.mk 
b/main/connectivity/Library_dbpool2.mk
index 2d990bc63a..4cb1407321 100644
--- a/main/connectivity/Library_dbpool2.mk
+++ b/main/connectivity/Library_dbpool2.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_dbtools.mk 
b/main/connectivity/Library_dbtools.mk
index 878d7f6b67..a6b6d090db 100644
--- a/main/connectivity/Library_dbtools.mk
+++ b/main/connectivity/Library_dbtools.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
@@ -165,7 +165,7 @@ 
$(WORKDIR)/CustomTarget/connectivity/source/parse/sqlbison.cxx : $(SRCDIR)/conne
 
 $(WORKDIR)/CustomTarget/connectivity/source/parse/sqlbison.hxx : 
$(WORKDIR)/CustomTarget/connectivity/source/parse/sqlbison.cxx
 
-# Add depenedencies. This is so ugly and doesn't cover the fact evoab2 also 
uses it:
+# Add dependencies. This is so ugly and doesn't cover the fact evoab2 also 
uses it:
 
 $(SRCDIR)/connectivity/inc/connectivity/sqlparse.hxx : 
$(WORKDIR)/CustomTarget/connectivity/source/parse/sqlbison.hxx
 
diff --git a/main/connectivity/Library_evoab2.mk 
b/main/connectivity/Library_evoab2.mk
index 74d53baad7..7311f66cd8 100644
--- a/main/connectivity/Library_evoab2.mk
+++ b/main/connectivity/Library_evoab2.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_file.mk 
b/main/connectivity/Library_file.mk
index 434bf9e375..431e13a9b1 100644
--- a/main/connectivity/Library_file.mk
+++ b/main/connectivity/Library_file.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_flat.mk 
b/main/connectivity/Library_flat.mk
index bed4d0ea90..e6a8205a58 100644
--- a/main/connectivity/Library_flat.mk
+++ b/main/connectivity/Library_flat.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_hsqldb.mk 
b/main/connectivity/Library_hsqldb.mk
index 09606223f8..888672f40a 100644
--- a/main/connectivity/Library_hsqldb.mk
+++ b/main/connectivity/Library_hsqldb.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_macab1.mk 
b/main/connectivity/Library_macab1.mk
index 449ccf576c..4017dd6499 100644
--- a/main/connectivity/Library_macab1.mk
+++ b/main/connectivity/Library_macab1.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_macabdrv1.mk 
b/main/connectivity/Library_macabdrv1.mk
index e622c53ccf..a2c780e25c 100644
--- a/main/connectivity/Library_macabdrv1.mk
+++ b/main/connectivity/Library_macabdrv1.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_mysql.mk 
b/main/connectivity/Library_mysql.mk
index fa0242f11f..bf50c3908b 100644
--- a/main/connectivity/Library_mysql.mk
+++ b/main/connectivity/Library_mysql.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_odbc.mk 
b/main/connectivity/Library_odbc.mk
index 8fd95dce99..380a1c7ff5 100644
--- a/main/connectivity/Library_odbc.mk
+++ b/main/connectivity/Library_odbc.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_odbcbase.mk 
b/main/connectivity/Library_odbcbase.mk
index 8a7f984b4e..d2e27a09a1 100644
--- a/main/connectivity/Library_odbcbase.mk
+++ b/main/connectivity/Library_odbcbase.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Library_sdbc2.mk 
b/main/connectivity/Library_sdbc2.mk
index 4cbda2b89d..655f4ec904 100644
--- a/main/connectivity/Library_sdbc2.mk
+++ b/main/connectivity/Library_sdbc2.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Makefile b/main/connectivity/Makefile
index c1d144cbd4..88133e62be 100644
--- a/main/connectivity/Makefile
+++ b/main/connectivity/Makefile
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 ifeq ($(strip $(SOLARENV)),)
diff --git a/main/connectivity/Module_connectivity.mk 
b/main/connectivity/Module_connectivity.mk
index 9367423f13..22441b9ef7 100644
--- a/main/connectivity/Module_connectivity.mk
+++ b/main/connectivity/Module_connectivity.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Package_generated_inc.mk 
b/main/connectivity/Package_generated_inc.mk
index 4ae3d0df28..3e3399721a 100644
--- a/main/connectivity/Package_generated_inc.mk
+++ b/main/connectivity/Package_generated_inc.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/Package_inc.mk b/main/connectivity/Package_inc.mk
index 69f109206c..d6832e4a93 100644
--- a/main/connectivity/Package_inc.mk
+++ b/main/connectivity/Package_inc.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git a/main/connectivity/inc/pch/precompiled_adabas.cxx 
b/main/connectivity/inc/pch/precompiled_adabas.cxx
index cb81a710ea..8df082b616 100644
--- a/main/connectivity/inc/pch/precompiled_adabas.cxx
+++ b/main/connectivity/inc/pch/precompiled_adabas.cxx
@@ -22,4 +22,3 @@
 
 
 #include "precompiled_adabas.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_ado.cxx 
b/main/connectivity/inc/pch/precompiled_ado.cxx
index 4a3ea73fff..168f08fe1d 100644
--- a/main/connectivity/inc/pch/precompiled_ado.cxx
+++ b/main/connectivity/inc/pch/precompiled_ado.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_ado.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_ado.hxx 
b/main/connectivity/inc/pch/precompiled_ado.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_ado.hxx
+++ b/main/connectivity/inc/pch/precompiled_ado.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_calc.cxx 
b/main/connectivity/inc/pch/precompiled_calc.cxx
index 7efdb38a66..ad3ea2b9af 100644
--- a/main/connectivity/inc/pch/precompiled_calc.cxx
+++ b/main/connectivity/inc/pch/precompiled_calc.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_calc.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_calc.hxx 
b/main/connectivity/inc/pch/precompiled_calc.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_calc.hxx
+++ b/main/connectivity/inc/pch/precompiled_calc.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_dbase.cxx 
b/main/connectivity/inc/pch/precompiled_dbase.cxx
index b23aeda967..28004b69d6 100644
--- a/main/connectivity/inc/pch/precompiled_dbase.cxx
+++ b/main/connectivity/inc/pch/precompiled_dbase.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_dbase.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_dbase.hxx 
b/main/connectivity/inc/pch/precompiled_dbase.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_dbase.hxx
+++ b/main/connectivity/inc/pch/precompiled_dbase.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_dbpool2.cxx 
b/main/connectivity/inc/pch/precompiled_dbpool2.cxx
index 90ad91b818..3766899faa 100644
--- a/main/connectivity/inc/pch/precompiled_dbpool2.cxx
+++ b/main/connectivity/inc/pch/precompiled_dbpool2.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_dbpool2.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_dbpool2.hxx 
b/main/connectivity/inc/pch/precompiled_dbpool2.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_dbpool2.hxx
+++ b/main/connectivity/inc/pch/precompiled_dbpool2.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_dbtools.cxx 
b/main/connectivity/inc/pch/precompiled_dbtools.cxx
index 888fe6201b..f1aedb6e95 100644
--- a/main/connectivity/inc/pch/precompiled_dbtools.cxx
+++ b/main/connectivity/inc/pch/precompiled_dbtools.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_dbtools.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_dbtools.hxx 
b/main/connectivity/inc/pch/precompiled_dbtools.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_dbtools.hxx
+++ b/main/connectivity/inc/pch/precompiled_dbtools.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_evoab2.cxx 
b/main/connectivity/inc/pch/precompiled_evoab2.cxx
index 2b0e9d8e7a..9374d608c8 100644
--- a/main/connectivity/inc/pch/precompiled_evoab2.cxx
+++ b/main/connectivity/inc/pch/precompiled_evoab2.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_evoab2.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_evoab2.hxx 
b/main/connectivity/inc/pch/precompiled_evoab2.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_evoab2.hxx
+++ b/main/connectivity/inc/pch/precompiled_evoab2.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_file.cxx 
b/main/connectivity/inc/pch/precompiled_file.cxx
index 8a2c288228..e4562e91f3 100644
--- a/main/connectivity/inc/pch/precompiled_file.cxx
+++ b/main/connectivity/inc/pch/precompiled_file.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_file.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_file.hxx 
b/main/connectivity/inc/pch/precompiled_file.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_file.hxx
+++ b/main/connectivity/inc/pch/precompiled_file.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_flat.cxx 
b/main/connectivity/inc/pch/precompiled_flat.cxx
index 524768eec9..36f597dcdd 100644
--- a/main/connectivity/inc/pch/precompiled_flat.cxx
+++ b/main/connectivity/inc/pch/precompiled_flat.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_flat.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_flat.hxx 
b/main/connectivity/inc/pch/precompiled_flat.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_flat.hxx
+++ b/main/connectivity/inc/pch/precompiled_flat.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_hsqldb.cxx 
b/main/connectivity/inc/pch/precompiled_hsqldb.cxx
index 54351bb5f5..700a63ecf4 100644
--- a/main/connectivity/inc/pch/precompiled_hsqldb.cxx
+++ b/main/connectivity/inc/pch/precompiled_hsqldb.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_hsqldb.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_hsqldb.hxx 
b/main/connectivity/inc/pch/precompiled_hsqldb.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_hsqldb.hxx
+++ b/main/connectivity/inc/pch/precompiled_hsqldb.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_jdbc.cxx 
b/main/connectivity/inc/pch/precompiled_jdbc.cxx
index b79f477926..2f8a51d02b 100644
--- a/main/connectivity/inc/pch/precompiled_jdbc.cxx
+++ b/main/connectivity/inc/pch/precompiled_jdbc.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_mysql.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_jdbc.hxx 
b/main/connectivity/inc/pch/precompiled_jdbc.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_jdbc.hxx
+++ b/main/connectivity/inc/pch/precompiled_jdbc.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_macab1.cxx 
b/main/connectivity/inc/pch/precompiled_macab1.cxx
index 9353bd97ce..9b9fc90853 100644
--- a/main/connectivity/inc/pch/precompiled_macab1.cxx
+++ b/main/connectivity/inc/pch/precompiled_macab1.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_macab1.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_macab1.hxx 
b/main/connectivity/inc/pch/precompiled_macab1.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_macab1.hxx
+++ b/main/connectivity/inc/pch/precompiled_macab1.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_macabdrv1.cxx 
b/main/connectivity/inc/pch/precompiled_macabdrv1.cxx
index b85221030a..7f0eb8deab 100644
--- a/main/connectivity/inc/pch/precompiled_macabdrv1.cxx
+++ b/main/connectivity/inc/pch/precompiled_macabdrv1.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_macabdrv1.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_macabdrv1.hxx 
b/main/connectivity/inc/pch/precompiled_macabdrv1.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_macabdrv1.hxx
+++ b/main/connectivity/inc/pch/precompiled_macabdrv1.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_mysql.cxx 
b/main/connectivity/inc/pch/precompiled_mysql.cxx
index 9f31ec2889..b65da0a465 100644
--- a/main/connectivity/inc/pch/precompiled_mysql.cxx
+++ b/main/connectivity/inc/pch/precompiled_mysql.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_sdbc2.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_mysql.hxx 
b/main/connectivity/inc/pch/precompiled_mysql.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_mysql.hxx
+++ b/main/connectivity/inc/pch/precompiled_mysql.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_odbc.cxx 
b/main/connectivity/inc/pch/precompiled_odbc.cxx
index 38cca33711..95f395eea4 100644
--- a/main/connectivity/inc/pch/precompiled_odbc.cxx
+++ b/main/connectivity/inc/pch/precompiled_odbc.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_odbc.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_odbc.hxx 
b/main/connectivity/inc/pch/precompiled_odbc.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_odbc.hxx
+++ b/main/connectivity/inc/pch/precompiled_odbc.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_odbcbase.cxx 
b/main/connectivity/inc/pch/precompiled_odbcbase.cxx
index 4afdf874d4..f3f4b9efc9 100644
--- a/main/connectivity/inc/pch/precompiled_odbcbase.cxx
+++ b/main/connectivity/inc/pch/precompiled_odbcbase.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_odbcbase.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_odbcbase.hxx 
b/main/connectivity/inc/pch/precompiled_odbcbase.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_odbcbase.hxx
+++ b/main/connectivity/inc/pch/precompiled_odbcbase.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/inc/pch/precompiled_sdbc2.cxx 
b/main/connectivity/inc/pch/precompiled_sdbc2.cxx
index 9a4bb44301..0e78cf4e04 100644
--- a/main/connectivity/inc/pch/precompiled_sdbc2.cxx
+++ b/main/connectivity/inc/pch/precompiled_sdbc2.cxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "precompiled_jdbc.hxx"
-
diff --git a/main/connectivity/inc/pch/precompiled_sdbc2.hxx 
b/main/connectivity/inc/pch/precompiled_sdbc2.hxx
index a499016c00..4406206eca 100644
--- a/main/connectivity/inc/pch/precompiled_sdbc2.hxx
+++ b/main/connectivity/inc/pch/precompiled_sdbc2.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -322,7 +322,7 @@
 #include "vos/mutex.hxx"
 #include "vos/process.hxx"
 #include "vos/ref.hxx"
-#include "vos/ref.hxx"         
+#include "vos/ref.hxx"
 #include "vos/refernce.hxx"
 #include "vos/timer.hxx"
 //---MARKER---
diff --git a/main/connectivity/java/dbtools/build.xml 
b/main/connectivity/java/dbtools/build.xml
index 628315bc80..1afd5ba060 100644
--- a/main/connectivity/java/dbtools/build.xml
+++ b/main/connectivity/java/dbtools/build.xml
@@ -21,7 +21,7 @@
  ***********************************************************-->
 
 
-  
+
 <project name="dbtools" default="main" basedir=".">
 
     <property file="../../../ant.properties"/>
diff --git a/main/connectivity/java/sdbc_hsqldb/build.xml 
b/main/connectivity/java/sdbc_hsqldb/build.xml
index 8af6c22692..a23766204f 100644
--- a/main/connectivity/java/sdbc_hsqldb/build.xml
+++ b/main/connectivity/java/sdbc_hsqldb/build.xml
@@ -21,7 +21,7 @@
  ***********************************************************-->
 
 
-  
+
 <project name="sdbc_hsqldb" default="main" basedir=".">
 
     <property file="../../../ant.properties"/>
diff --git a/main/connectivity/java/sdbc_jdbc/build.xml 
b/main/connectivity/java/sdbc_jdbc/build.xml
index 80b3f45af2..9a515a3b76 100644
--- a/main/connectivity/java/sdbc_jdbc/build.xml
+++ b/main/connectivity/java/sdbc_jdbc/build.xml
@@ -21,7 +21,7 @@
  ***********************************************************-->
 
 
-  
+
 <project name="sdbc_jdbc" default="main" basedir=".">
 
     <property file="../../../ant.properties"/>
diff --git a/main/connectivity/java/sdbc_postgresql/build.xml 
b/main/connectivity/java/sdbc_postgresql/build.xml
index ce6d8cbb05..f858a72ed4 100644
--- a/main/connectivity/java/sdbc_postgresql/build.xml
+++ b/main/connectivity/java/sdbc_postgresql/build.xml
@@ -21,7 +21,7 @@
  ***********************************************************-->
 
 
-  
+
 <project name="sdbc_postgresql" default="main" basedir=".">
 
     <property file="../../../ant.properties"/>
diff --git a/main/connectivity/prj/makefile.mk 
b/main/connectivity/prj/makefile.mk
index 353f9e0db1..864fb0525b 100644
--- a/main/connectivity/prj/makefile.mk
+++ b/main/connectivity/prj/makefile.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
diff --git 
a/main/connectivity/registry/org/openoffice/Office/DataAccess/calc.xcu 
b/main/connectivity/registry/org/openoffice/Office/DataAccess/calc.xcu
index 6577563b5c..34e5416d82 100644
--- a/main/connectivity/registry/org/openoffice/Office/DataAccess/calc.xcu
+++ b/main/connectivity/registry/org/openoffice/Office/DataAccess/calc.xcu
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--***********************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -8,16 +8,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT 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 @@
             <value>true</value>
           </prop>
         </node>
-      </node>      
+      </node>
       <node oor:name="MetaData">
         <node oor:name="SupportsBrowsing" oor:op="replace">
           <prop oor:name="Value" oor:type="xs:boolean">
diff --git a/main/connectivity/source/drivers/adabas/BFunctions.cxx 
b/main/connectivity/source/drivers/adabas/BFunctions.cxx
index dbfacac888..51724e9745 100644
--- a/main/connectivity/source/drivers/adabas/BFunctions.cxx
+++ b/main/connectivity/source/drivers/adabas/BFunctions.cxx
@@ -111,7 +111,7 @@ sal_Bool LoadLibrary_ADABAS(::rtl::OUString &_rPath)
        ::rtl::OUString sTemp(RTL_CONSTASCII_USTRINGPARAM("DBROOT"));
        if ( osl_getEnvironment(sTemp.pData,&pPath) == osl_Process_E_None && 
pPath )
        {
-               
+
 #if defined(UNX)
                _rPath = ::rtl::OUString(pPath);
                _rPath += ::rtl::OUString::createFromAscii("/lib/");
diff --git a/main/connectivity/source/drivers/hsqldb/HTerminateListener.cxx 
b/main/connectivity/source/drivers/hsqldb/HTerminateListener.cxx
index 2099edf6ff..35eee76231 100644
--- a/main/connectivity/source/drivers/hsqldb/HTerminateListener.cxx
+++ b/main/connectivity/source/drivers/hsqldb/HTerminateListener.cxx
@@ -23,7 +23,7 @@
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_hsqldb.hxx"
- 
+
 #include "HTerminateListener.hxx"
 #include "hsqldb/HDriver.hxx"
 
diff --git a/main/officecfg/Configuration_officecfg.mk 
b/main/officecfg/Configuration_officecfg.mk
index 450840b06a..08207bcf1a 100644
--- a/main/officecfg/Configuration_officecfg.mk
+++ b/main/officecfg/Configuration_officecfg.mk
@@ -268,4 +268,3 @@ $(call 
gb_Configuration_add_localized_datas,registry,officecfg/registry/data,\
        org/openoffice/Office/UI/WriterCommands.xcu \
        org/openoffice/Office/UI/GenericCategories.xcu \
 )
-
diff --git a/main/officecfg/Package_misc.mk b/main/officecfg/Package_misc.mk
index c4240696ae..42487aed1f 100644
--- a/main/officecfg/Package_misc.mk
+++ b/main/officecfg/Package_misc.mk
@@ -26,4 +26,3 @@ $(eval $(call 
gb_Package_add_file,officecfg_misc,pck/oo-org-map.properties,regis
 $(eval $(call 
gb_Package_add_file,officecfg_misc,pck/oo-common.ldif,registry/schema/oo-common.ldif))
 $(eval $(call 
gb_Package_add_file,officecfg_misc,pck/oo-common-ad.ldf,registry/schema/oo-common-ad.ldf))
 $(eval $(call 
gb_Package_add_file,officecfg_misc,pck/oo-common.conf,registry/schema/oo-common.conf))
-

Reply via email to