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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 82052698ca pre-commit(trailing-whitespace): autofix rc and xsd files 
(#318)
82052698ca is described below

commit 82052698caff6a7c51b0cc04366f0208aea6ad01
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 3 04:46:08 2025 +1000

    pre-commit(trailing-whitespace): autofix rc and xsd files (#318)
    
    (cherry picked from commit ace7497e2066ad2ed2a4ec44d0e188301daa3600)
---
 main/desktop/util/ooverinfo.rc                     |   8 +-
 main/desktop/util/ooverinfo2.rc                    |   8 +-
 main/desktop/util/verinfo.rc                       |   8 +-
 .../win32/source/QuickStart/OOQuickStart.rc        |  20 ++--
 .../win32/source/QuickStart/so/QuickStart.rc       |  20 ++--
 .../win32/source/applauncher/ooo/verinfo.rc        |   8 +-
 main/desktop/win32/source/applauncher/verinfo.rc   |   8 +-
 main/extensions/source/activex/main/so_activex.rc  |  16 ++--
 .../test/ole/AxTestComponents/AxTestComponents.rc  |  16 ++--
 .../EventListener/EventListener.rc                 |  16 ++--
 main/extensions/test/ole/MfcControl/MfcControl.rc  |  12 +--
 .../unoTocomCalls/XCallback_Impl/XCallback_Impl.rc |  16 ++--
 main/fpicker/source/win32/filepicker/Fps.rc        | 106 ++++++++++-----------
 .../distributions/OpenOfficeorg/javavendors.xsd    |  32 +++----
 main/jvmfwk/source/javasettings.xsd                |  14 +--
 main/makefile.rc                                   |  24 ++---
 main/odk/examples/OLE/activex/so_activex.rc        |  16 ++--
 .../report/pentaho/parser/rpt-schema-v1.0-os.xsd   |   8 +-
 .../sun/star/report/pentaho/styles/stylemapper.xsd |   8 +-
 .../workben/clipboardwben/testcopy/cbcpytest.rc    |  20 ++--
 .../sal/workben/clipboardwben/testpaste/cbptest.rc |  20 ++--
 .../workben/clipboardwben/testviewer/cbvtest.rc    |  22 ++---
 .../source/win32/stwrapper/resource.rc             |   8 +-
 main/solenv/inc/shlinfo.rc                         |   8 +-
 main/vcl/os2/source/src/salsrc.rc                  |   8 +-
 main/vcl/win/source/src/salsrc.rc                  |   8 +-
 main/winaccessibility/source/UAccCOM/UAccCOM.rc    |  20 ++--
 main/xmerge/source/activesync/XMergeSync.rc        |  16 ++--
 28 files changed, 247 insertions(+), 247 deletions(-)

diff --git a/main/desktop/util/ooverinfo.rc b/main/desktop/util/ooverinfo.rc
index b6a6f420a4..de8ad39f99 100644
--- a/main/desktop/util/ooverinfo.rc
+++ b/main/desktop/util/ooverinfo.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/desktop/util/ooverinfo2.rc b/main/desktop/util/ooverinfo2.rc
index 5ac559e67b..ccbaa1c29c 100644
--- a/main/desktop/util/ooverinfo2.rc
+++ b/main/desktop/util/ooverinfo2.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/desktop/util/verinfo.rc b/main/desktop/util/verinfo.rc
index 7781a9d829..053e2f6a34 100644
--- a/main/desktop/util/verinfo.rc
+++ b/main/desktop/util/verinfo.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/desktop/win32/source/QuickStart/OOQuickStart.rc 
b/main/desktop/win32/source/QuickStart/OOQuickStart.rc
index 21dc357c4e..db51648b22 100644
--- a/main/desktop/win32/source/QuickStart/OOQuickStart.rc
+++ b/main/desktop/win32/source/QuickStart/OOQuickStart.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -63,7 +63,7 @@ ICON_INACTIVE           ICON    DISCARDABLE     
"icons/ooo3_main_app.ico"
 // Accelerator
 //
 
-IDC_QUICKSTART ACCELERATORS MOVEABLE PURE 
+IDC_QUICKSTART ACCELERATORS MOVEABLE PURE
 BEGIN
     "?",            IDM_ABOUT,              ASCII,  ALT
     "/",            IDM_ABOUT,              ASCII,  ALT
@@ -94,7 +94,7 @@ END
 // TEXTINCLUDE
 //
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
     "#include ""windows.h""\r\n"
@@ -103,13 +103,13 @@ BEGIN
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "\r\n"
     "\0"
 END
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
@@ -122,14 +122,14 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_APP_TITLE           "SoQuickStart"
     IDC_QUICKSTART          "QUICKSTART"
     IDS_TOOLTIP             "StarOffice 6.0 QuickStart"
 END
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_EXIT                "Exit"
 END
diff --git a/main/desktop/win32/source/QuickStart/so/QuickStart.rc 
b/main/desktop/win32/source/QuickStart/so/QuickStart.rc
index afcde7e53f..3ab8391b58 100644
--- a/main/desktop/win32/source/QuickStart/so/QuickStart.rc
+++ b/main/desktop/win32/source/QuickStart/so/QuickStart.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -63,7 +63,7 @@ ICON_INACTIVE           ICON    DISCARDABLE     
"icons/so9_main_app.ico"
 // Accelerator
 //
 
-IDC_QUICKSTART ACCELERATORS MOVEABLE PURE 
+IDC_QUICKSTART ACCELERATORS MOVEABLE PURE
 BEGIN
     "?",            IDM_ABOUT,              ASCII,  ALT
     "/",            IDM_ABOUT,              ASCII,  ALT
@@ -94,7 +94,7 @@ END
 // TEXTINCLUDE
 //
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
     "#include ""windows.h""\r\n"
@@ -103,13 +103,13 @@ BEGIN
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "\r\n"
     "\0"
 END
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
@@ -122,14 +122,14 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_APP_TITLE           "SoQuickStart"
     IDC_QUICKSTART          "QUICKSTART"
     IDS_TOOLTIP             "Oracle Open Office 3.2 QuickStart"
 END
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_EXIT                "Exit"
 END
diff --git a/main/desktop/win32/source/applauncher/ooo/verinfo.rc 
b/main/desktop/win32/source/applauncher/ooo/verinfo.rc
index f60682f08b..93f74ced2c 100644
--- a/main/desktop/win32/source/applauncher/ooo/verinfo.rc
+++ b/main/desktop/win32/source/applauncher/ooo/verinfo.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/desktop/win32/source/applauncher/verinfo.rc 
b/main/desktop/win32/source/applauncher/verinfo.rc
index 4dfbaf0e5a..bae7fd3b73 100644
--- a/main/desktop/win32/source/applauncher/verinfo.rc
+++ b/main/desktop/win32/source/applauncher/verinfo.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/extensions/source/activex/main/so_activex.rc 
b/main/extensions/source/activex/main/so_activex.rc
index 0df942baa5..881b44d00f 100644
--- a/main/extensions/source/activex/main/so_activex.rc
+++ b/main/extensions/source/activex/main/so_activex.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -85,18 +85,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#include ""winres.h""\r\n"
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "1 TYPELIB ""so_activex.tlb""\r\n"
     "\0"
@@ -109,7 +109,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PROJNAME            "so_activex"
 END
diff --git a/main/extensions/test/ole/AxTestComponents/AxTestComponents.rc 
b/main/extensions/test/ole/AxTestComponents/AxTestComponents.rc
index 073e25206d..aba3254f8c 100644
--- a/main/extensions/test/ole/AxTestComponents/AxTestComponents.rc
+++ b/main/extensions/test/ole/AxTestComponents/AxTestComponents.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -70,18 +70,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#include ""winres.h""\r\n"
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "1 TYPELIB ""AxTestComponents.tlb""\r\n"
     "\0"
@@ -138,7 +138,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PROJNAME            "AxTestComponents"
 END
diff --git 
a/main/extensions/test/ole/EventListenerSample/EventListener/EventListener.rc 
b/main/extensions/test/ole/EventListenerSample/EventListener/EventListener.rc
index f8f4787933..54526bbd39 100644
--- 
a/main/extensions/test/ole/EventListenerSample/EventListener/EventListener.rc
+++ 
b/main/extensions/test/ole/EventListenerSample/EventListener/EventListener.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -48,18 +48,18 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#include ""winres.h""\r\n"
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "1 TYPELIB ""EventListener.tlb""\r\n"
     "\0"
@@ -116,7 +116,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PROJNAME            "EventListener"
 END
diff --git a/main/extensions/test/ole/MfcControl/MfcControl.rc 
b/main/extensions/test/ole/MfcControl/MfcControl.rc
index 41bafd92f3..fd720b41d1 100644
--- a/main/extensions/test/ole/MfcControl/MfcControl.rc
+++ b/main/extensions/test/ole/MfcControl/MfcControl.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Visual C++ generated resource script.
@@ -50,7 +50,7 @@ BEGIN
        "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
        "1 TYPELIB ""MfcControl.tlb""\r\n"
     "\0"
@@ -128,7 +128,7 @@ END
 //
 
 #ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO DISCARDABLE 
+GUIDELINES DESIGNINFO DISCARDABLE
 BEGIN
     IDD_PROPPAGE_MFCCONTROL, DIALOG
     BEGIN
diff --git 
a/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.rc 
b/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.rc
index cc06cef2d6..7e8092a7da 100644
--- a/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.rc
+++ b/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -68,18 +68,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#include ""winres.h""\r\n"
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "1 TYPELIB ""XCallback_Impl.tlb""\r\n"
     "\0"
@@ -136,7 +136,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PROJNAME            "XCallback_Impl"
 END
diff --git a/main/fpicker/source/win32/filepicker/Fps.rc 
b/main/fpicker/source/win32/filepicker/Fps.rc
index 8dd76400ab..2c0d8fcaaf 100644
--- a/main/fpicker/source/win32/filepicker/Fps.rc
+++ b/main/fpicker/source/win32/filepicker/Fps.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -48,18 +48,18 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#include ""afxres.h""\r\n"
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "\r\n"
     "\0"
@@ -76,7 +76,7 @@ END
 1000 DIALOG DISCARDABLE  0, 0, 200, 37
 STYLE DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
 FONT 8, "Andale Sans UI"
-BEGIN    
+BEGIN
     CONTROL         "Mit Schreibschutz �ffnen",103,"Button",BS_AUTOCHECKBOX | 
WS_TABSTOP,
     52,24,148,10
     COMBOBOX        107,52,8,148,52,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
@@ -87,7 +87,7 @@ END
 1001 DIALOG DISCARDABLE  0, 0, 338, 67
 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
 FONT 8, "MS Shell Dlg"
-BEGIN    
+BEGIN
     CONTROL         "Mit Schreibschutz �ffnen",103,"Button",BS_AUTOCHECKBOX | 
WS_TABSTOP,
     130,51,161,14
     COMBOBOX        107,130,35,164,52,CBS_DROPDOWNLIST | WS_VSCROLL | 
WS_TABSTOP
@@ -102,9 +102,9 @@ BEGIN
     CONTROL         "Vorschau",105,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
     52,40,157,10
     CONTROL         "Als Link einf�gen",104,"Button",BS_AUTOCHECKBOX | 
WS_TABSTOP,
-    52,28,157,10    
+    52,28,157,10
     COMBOBOX        109,52,12,156,54,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
-    LTEXT           "Bildvorlage:",209,4,14,48,10    
+    LTEXT           "Bildvorlage:",209,4,14,48,10
     LTEXT           "",1119,0,0,210,12
 END
 
@@ -113,35 +113,35 @@ STYLE DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
 FONT 8, "MS Shell Dlg"
 BEGIN
     CONTROL         "Vorschau",105,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
-    130,58,144,16    
+    130,58,144,16
     CONTROL         "Als Link einf�gen",104,"Button",BS_AUTOCHECKBOX | 
WS_TABSTOP,
     130,45,144,14
     COMBOBOX        109,130,28,164,62,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
-    LTEXT           "Bildvorlage:",209,67,30,47,11    
+    LTEXT           "Bildvorlage:",209,67,30,47,11
     LTEXT           "",1119,0,0,281,28
 END
 
 3000 DIALOG DISCARDABLE  0, 0, 208, 49
 STYLE DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
 FONT 8, "Andale Sans UI"
-BEGIN    
+BEGIN
     CONTROL         "Automatische Dateinamenserweiterung",100,"Button",
                     BS_AUTOCHECKBOX | WS_TABSTOP,52,36,156,10
-    COMBOBOX        108,52,20,156,52,CBS_DROPDOWNLIST | WS_VSCROLL | 
+    COMBOBOX        108,52,20,156,52,CBS_DROPDOWNLIST | WS_VSCROLL |
                     WS_TABSTOP
-    LTEXT           "Vorlagen:",208,4,22,47,11                    
+    LTEXT           "Vorlagen:",208,4,22,47,11
     LTEXT           "",1119,0,0,208,20
 END
 
 3001 DIALOG DISCARDABLE  0, 0, 296, 72
 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
 FONT 8, "MS Shell Dlg"
-BEGIN    
+BEGIN
     CONTROL         "Automatische Dateinamenserweiterung",100,"Button",
-                    BS_AUTOCHECKBOX | WS_TABSTOP,130,58,157,14    
-    COMBOBOX        108,130,41,164,100,CBS_DROPDOWNLIST | WS_VSCROLL | 
+                    BS_AUTOCHECKBOX | WS_TABSTOP,130,58,157,14
+    COMBOBOX        108,130,41,164,100,CBS_DROPDOWNLIST | WS_VSCROLL |
                     WS_TABSTOP
-    LTEXT           "Vorlagen:",208,67,42,58,8                    
+    LTEXT           "Vorlagen:",208,67,42,58,8
     LTEXT           "",1119,0,0,293,41
 END
 
@@ -149,22 +149,22 @@ END
 STYLE DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
 FONT 8, "Andale Sans UI"
 BEGIN
-    CONTROL         "Mit Kennwort speichern",101,"Button",BS_AUTOCHECKBOX | 
+    CONTROL         "Mit Kennwort speichern",101,"Button",BS_AUTOCHECKBOX |
                     WS_TABSTOP,52,28,141,10
     CONTROL         "Automatische Dateinamenserweiterung",100,"Button",
-                    BS_AUTOCHECKBOX | WS_TABSTOP,52,16,141,10        
-    LTEXT           "",1119,0,0,195,16                    
+                    BS_AUTOCHECKBOX | WS_TABSTOP,52,16,141,10
+    LTEXT           "",1119,0,0,195,16
 END
 
 4001 DIALOG DISCARDABLE  0, 0, 278, 67
 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
 FONT 8, "MS Shell Dlg"
 BEGIN
-    CONTROL         "Mit Kennwort speichern",101,"Button",BS_AUTOCHECKBOX | 
+    CONTROL         "Mit Kennwort speichern",101,"Button",BS_AUTOCHECKBOX |
                     WS_TABSTOP,130,51,144,16
     CONTROL         "Automatische Dateinamenserweiterung",100,"Button",
-                    BS_AUTOCHECKBOX | WS_TABSTOP,130,38,144,14        
-    LTEXT           "",1119,0,0,277,38                    
+                    BS_AUTOCHECKBOX | WS_TABSTOP,130,38,144,14
+    LTEXT           "",1119,0,0,277,38
 END
 
 5000 DIALOG DISCARDABLE  0, 0, 192, 57
@@ -173,11 +173,11 @@ FONT 8, "Andale Sans UI"
 BEGIN
     CONTROL         "Filtereinstellungen bearbeiten",102,"Button",
                     BS_AUTOCHECKBOX | WS_TABSTOP,52,44,140,10
-    CONTROL         "Mit Kennwort speichern",101,"Button",BS_AUTOCHECKBOX | 
-                    WS_TABSTOP,52,32,140,10                    
+    CONTROL         "Mit Kennwort speichern",101,"Button",BS_AUTOCHECKBOX |
+                    WS_TABSTOP,52,32,140,10
     CONTROL         "Automatische Dateinamenserweiterung",100,"Button",
-                    BS_AUTOCHECKBOX | WS_TABSTOP,52,20,140,10    
-    LTEXT           "",1119,0,0,192,20    
+                    BS_AUTOCHECKBOX | WS_TABSTOP,52,20,140,10
+    LTEXT           "",1119,0,0,192,20
 END
 
 5001 DIALOG DISCARDABLE  0, 0, 278, 79
@@ -185,12 +185,12 @@ STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
 FONT 8, "MS Shell Dlg"
 BEGIN
     CONTROL         "Filtereinstellungen bearbeiten",102,"Button",
-                    BS_AUTOCHECKBOX | WS_TABSTOP,130,66,144,13    
-    CONTROL         "Mit Kennwort speichern",101,"Button",BS_AUTOCHECKBOX | 
+                    BS_AUTOCHECKBOX | WS_TABSTOP,130,66,144,13
+    CONTROL         "Mit Kennwort speichern",101,"Button",BS_AUTOCHECKBOX |
                     WS_TABSTOP,130,52,144,13
     CONTROL         "Automatische Dateinamenserweiterung",100,"Button",
-                    BS_AUTOCHECKBOX | WS_TABSTOP,130,38,144,14        
-    LTEXT           "",1119,0,0,277,38                    
+                    BS_AUTOCHECKBOX | WS_TABSTOP,130,38,144,14
+    LTEXT           "",1119,0,0,277,38
 END
 
 6000 DIALOG DISCARDABLE  0, 0, 212, 25
@@ -217,7 +217,7 @@ BEGIN
                     32,143,10
     CONTROL         "Automatische Dateinamenserweiterung",100,"Button",
                     BS_AUTOCHECKBOX | WS_TABSTOP,52,20,143,10
-    LTEXT           "",1119,0,0,195,20    
+    LTEXT           "",1119,0,0,195,20
 END
 
 7001 DIALOG DISCARDABLE  0, 0, 278, 65
@@ -228,7 +228,7 @@ BEGIN
                     130,51,144,16
     CONTROL         "Automatische Dateinamenserweiterung",100,"Button",
                     BS_AUTOCHECKBOX | WS_TABSTOP,130,38,144,14
-    LTEXT           "",1119,0,0,277,38    
+    LTEXT           "",1119,0,0,277,38
 END
 
 8000 DIALOG DISCARDABLE  0, 0, 152, 41
@@ -237,8 +237,8 @@ FONT 8, "Andale Sans UI"
 BEGIN
     CONTROL         "Vorschau",105,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,
                     28,150,10
-    CONTROL         "Als Link einf�gen",104,"Button",BS_AUTOCHECKBOX | 
-                    WS_TABSTOP,0,16,152,10    
+    CONTROL         "Als Link einf�gen",104,"Button",BS_AUTOCHECKBOX |
+                    WS_TABSTOP,0,16,152,10
     LTEXT           "",1119,0,0,149,16
 END
 
@@ -248,8 +248,8 @@ FONT 8, "MS Shell Dlg"
 BEGIN
     CONTROL         "Vorschau",105,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,130,
                     51,144,16
-    CONTROL         "Als Link einf�gen",104,"Button",BS_AUTOCHECKBOX | 
-                    WS_TABSTOP,130,38,144,14    
+    CONTROL         "Als Link einf�gen",104,"Button",BS_AUTOCHECKBOX |
+                    WS_TABSTOP,130,38,144,14
     LTEXT           "",1119,0,0,277,38
 END
 
@@ -278,7 +278,7 @@ END
 //
 
 #ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO DISCARDABLE 
+GUIDELINES DESIGNINFO DISCARDABLE
 BEGIN
     1000, DIALOG
     BEGIN
@@ -401,44 +401,44 @@ END
 1000 DLGINIT
 BEGIN
     107, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3520, 0x322e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3520, 0x322e, "\000"
     107, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3420, 0x302e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3420, 0x302e, "\000"
     107, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3320, 0x302e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3320, 0x302e, "\000"
     0
 END
 
 1001 DLGINIT
 BEGIN
     107, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3520, 0x322e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3520, 0x322e, "\000"
     107, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3420, 0x302e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3420, 0x302e, "\000"
     107, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3320, 0x302e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3320, 0x302e, "\000"
     0
 END
 
 3000 DLGINIT
 BEGIN
     108, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3520, 0x322e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3520, 0x322e, "\000"
     108, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3420, 0x302e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3420, 0x302e, "\000"
     108, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3320, 0x302e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3320, 0x302e, "\000"
     0
 END
 
 3001 DLGINIT
 BEGIN
     108, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3520, 0x322e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3520, 0x322e, "\000"
     108, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3420, 0x302e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3420, 0x302e, "\000"
     108, 0x403, 15, 0
-0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3320, 0x302e, "\000" 
+0x7453, 0x7261, 0x7257, 0x7469, 0x7265, 0x3320, 0x302e, "\000"
     0
 END
 
diff --git a/main/jvmfwk/distributions/OpenOfficeorg/javavendors.xsd 
b/main/jvmfwk/distributions/OpenOfficeorg/javavendors.xsd
index 4a51f43b85..75c278a355 100644
--- a/main/jvmfwk/distributions/OpenOfficeorg/javavendors.xsd
+++ b/main/jvmfwk/distributions/OpenOfficeorg/javavendors.xsd
@@ -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,30 +8,30 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  ***********************************************************-->
 
 <schema targetNamespace="http://openoffice.org/2004/java/framework/1.0";
         xmlns:jf="http://openoffice.org/2004/java/framework/1.0";
         xmlns="http://www.w3.org/2001/XMLSchema";
         elementFormDefault="qualified">
-     
+
  <element name="javaSelection" type="jf:JavaSelectionType">
   <unique name="dummy1">
    <selector xpath="jf:plugins/jf:library"/>
    <field xpath="@vendor"/>
   </unique>
-  
-  
+
+
   <keyref name="dummy2" refer="jf:pluginKey">
    <selector xpath="jf:vendorInfos/jf:vendor"/>
    <field xpath="@name"/>
@@ -47,7 +47,7 @@
    <field xpath="@vendor"/>
   </key>
  </element>
- 
+
  <complexType name="JavaSelectionType">
   <sequence>
    <element name="updated" type="date"/>
@@ -55,14 +55,14 @@
    <element name="plugins" type="jf:PluginType"/>
   </sequence>
  </complexType>
- 
- 
+
+
   <complexType name="VendorInfoType">
   <sequence>
    <element name="vendor" type="jf:VendorType"  minOccurs="0" 
maxOccurs="unbounded"/>
   </sequence>
  </complexType>
- 
+
  <complexType name="PluginType">
   <sequence>
    <element name="library" type="jf:LibraryType" minOccurs="0" 
maxOccurs="unbounded"/>
@@ -76,7 +76,7 @@
     </extension>
   </simpleContent>
  </complexType>
-     
+
  <complexType name="VendorType">
   <sequence>
    <element name="minVersion" type="string" minOccurs="0"/>
@@ -88,10 +88,10 @@
      </sequence>
     </complexType>
    </element>
-   </sequence> 
+   </sequence>
   <attribute name="name" use="required" type="string"/>
  </complexType>
- 
- 
-  
+
+
+
 </schema>
diff --git a/main/jvmfwk/source/javasettings.xsd 
b/main/jvmfwk/source/javasettings.xsd
index 359ffe506e..2730b61bce 100644
--- a/main/jvmfwk/source/javasettings.xsd
+++ b/main/jvmfwk/source/javasettings.xsd
@@ -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.
- * 
+ *
  ***********************************************************-->
 
 <!--
@@ -34,7 +34,7 @@
         elementFormDefault="qualified">
 
 <element name="java">
- <complexType> 
+ <complexType>
   <sequence>
    <element name="enabled" nillable="true" default="true" type="boolean"/>
    <element name="userClassPath" nillable="true" type="string"/>
@@ -44,7 +44,7 @@
   </sequence>
  </complexType>
 
-</element>  
+</element>
 
 <complexType name="javaInfoType">
  <sequence>
@@ -56,7 +56,7 @@
   <element name="vendorData" type="base64Binary"/>
  </sequence>
  <attribute name="vendorUpdate" type="date"/>
-</complexType>      
+</complexType>
 
 
 <complexType name="vmParametersType">
diff --git a/main/makefile.rc b/main/makefile.rc
index 0b7a439953..40603baa3a 100644
--- a/main/makefile.rc
+++ b/main/makefile.rc
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,24 +7,24 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 # *************************************************************
 
 TARGET=OpenOffice.org
 MAKEFILERC=true
 
-# 
+#
 # build targets
-# 
+#
 
 build_all : build_instsetoo_native
 
@@ -42,9 +42,9 @@ depend .SETDIR=instsetoo_native/prj : check_modules
        @+perl $(SOLARENV)$/bin$/build.pl --all $(PROFULLSWITCH) depend=t
 
 
-# 
+#
 # bootstrap target
-# 
+#
 
 bootstrap .PHONY :
        @bootstrap
@@ -75,17 +75,17 @@ clean .PHONY:
        -$(GNUMAKE) -C dmake clean
 .ENDIF
 
-# 
+#
 # configure target
-# 
+#
 
 configure .PHONY SETDIR=. :
        @configure
 
 
-# 
+#
 # install target
-# 
+#
 
 install .PHONY :
        @test "$(DESTDIR)$(prefix)" != "" || (echo Usage: make install 
[DESTDIR=DIR] prefix=DIR; exit 2)
diff --git a/main/odk/examples/OLE/activex/so_activex.rc 
b/main/odk/examples/OLE/activex/so_activex.rc
index 7f1d2730ae..f59d1a7974 100644
--- a/main/odk/examples/OLE/activex/so_activex.rc
+++ b/main/odk/examples/OLE/activex/so_activex.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -78,18 +78,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#include ""winres.h""\r\n"
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "1 TYPELIB ""so_activex.tlb""\r\n"
     "\0"
@@ -102,7 +102,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PROJNAME            "so_activex"
 END
diff --git 
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt-schema-v1.0-os.xsd
 
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt-schema-v1.0-os.xsd
index 9dd6b703f0..b12931c152 100644
--- 
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt-schema-v1.0-os.xsd
+++ 
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt-schema-v1.0-os.xsd
@@ -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.
- * 
+ *
  ***********************************************************-->
 
 
diff --git 
a/main/reportbuilder/java/com/sun/star/report/pentaho/styles/stylemapper.xsd 
b/main/reportbuilder/java/com/sun/star/report/pentaho/styles/stylemapper.xsd
index fb22391334..cb233c1fa4 100644
--- a/main/reportbuilder/java/com/sun/star/report/pentaho/styles/stylemapper.xsd
+++ b/main/reportbuilder/java/com/sun/star/report/pentaho/styles/stylemapper.xsd
@@ -1,5 +1,5 @@
 <!--***********************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  ***********************************************************-->
 
 <xsd:schema version="0.9"
diff --git a/main/sal/workben/clipboardwben/testcopy/cbcpytest.rc 
b/main/sal/workben/clipboardwben/testcopy/cbcpytest.rc
index f41e65ae8c..f6f765873b 100644
--- a/main/sal/workben/clipboardwben/testcopy/cbcpytest.rc
+++ b/main/sal/workben/clipboardwben/testcopy/cbcpytest.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -60,7 +60,7 @@ IDI_SMALL               ICON    DISCARDABLE     "SMALL.ICO"
 // Menu
 //
 
-IDC_TESTWIN32 MENU DISCARDABLE 
+IDC_TESTWIN32 MENU DISCARDABLE
 BEGIN
     POPUP "&Datei"
     BEGIN
@@ -78,7 +78,7 @@ END
 // Accelerator
 //
 
-IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE 
+IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE
 BEGIN
     "?",            IDM_ABOUT,              ASCII,  ALT
     "/",            IDM_ABOUT,              ASCII,  ALT
@@ -91,7 +91,7 @@ END
 // TEXTINCLUDE
 //
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
     "#include ""windows.h""\r\n"
@@ -100,13 +100,13 @@ BEGIN
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "\r\n"
     "\0"
 END
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
@@ -119,7 +119,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_APP_TITLE           "TestWin32"
     IDS_HELLO               "Hallo Welt!"
diff --git a/main/sal/workben/clipboardwben/testpaste/cbptest.rc 
b/main/sal/workben/clipboardwben/testpaste/cbptest.rc
index 32bb5cb9c2..1269632463 100644
--- a/main/sal/workben/clipboardwben/testpaste/cbptest.rc
+++ b/main/sal/workben/clipboardwben/testpaste/cbptest.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -60,7 +60,7 @@ IDI_SMALL               ICON    DISCARDABLE     "SMALL.ICO"
 // Menu
 //
 
-IDC_TESTWIN32 MENU DISCARDABLE 
+IDC_TESTWIN32 MENU DISCARDABLE
 BEGIN
     POPUP "&Datei"
     BEGIN
@@ -76,7 +76,7 @@ END
 // Accelerator
 //
 
-IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE 
+IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE
 BEGIN
     "?",            IDM_ABOUT,              ASCII,  ALT
     "/",            IDM_ABOUT,              ASCII,  ALT
@@ -89,7 +89,7 @@ END
 // TEXTINCLUDE
 //
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
     "#include ""windows.h""\r\n"
@@ -98,13 +98,13 @@ BEGIN
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "\r\n"
     "\0"
 END
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
@@ -117,7 +117,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_APP_TITLE           "TestWin32"
     IDS_HELLO               "Hallo Welt!"
diff --git a/main/sal/workben/clipboardwben/testviewer/cbvtest.rc 
b/main/sal/workben/clipboardwben/testviewer/cbvtest.rc
index bed756b34b..a8ef242452 100644
--- a/main/sal/workben/clipboardwben/testviewer/cbvtest.rc
+++ b/main/sal/workben/clipboardwben/testviewer/cbvtest.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -60,7 +60,7 @@ IDI_SMALL               ICON    DISCARDABLE     "SMALL.ICO"
 // Menu
 //
 
-IDC_TESTWIN32 MENU DISCARDABLE 
+IDC_TESTWIN32 MENU DISCARDABLE
 BEGIN
     POPUP "&Datei"
     BEGIN
@@ -76,7 +76,7 @@ END
 // Accelerator
 //
 
-IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE 
+IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE
 BEGIN
     "?",            IDM_ABOUT,              ASCII,  ALT
     "/",            IDM_ABOUT,              ASCII,  ALT
@@ -89,7 +89,7 @@ END
 // TEXTINCLUDE
 //
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
     "#include ""windows.h""\r\n"
@@ -98,13 +98,13 @@ BEGIN
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "\r\n"
     "\0"
 END
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
@@ -117,7 +117,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_APP_TITLE           "TestWin32"
     IDS_HELLO               "Hallo Welt!"
@@ -126,7 +126,7 @@ BEGIN
     IDS_CBVIEWER_OFF        "CB Viewer off"
 END
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_MSG_CBVIEWER_IS_OFF "Clipboard Viewer inactive!"
 END
diff --git a/main/setup_native/source/win32/stwrapper/resource.rc 
b/main/setup_native/source/win32/stwrapper/resource.rc
index dc811d1cc0..1f17a2c13a 100644
--- a/main/setup_native/source/win32/stwrapper/resource.rc
+++ b/main/setup_native/source/win32/stwrapper/resource.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 #define VERSION                        1
diff --git a/main/solenv/inc/shlinfo.rc b/main/solenv/inc/shlinfo.rc
index a22217a88f..5ee52a5936 100644
--- a/main/solenv/inc/shlinfo.rc
+++ b/main/solenv/inc/shlinfo.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/vcl/os2/source/src/salsrc.rc 
b/main/vcl/os2/source/src/salsrc.rc
index 71c55c1199..6688b05966 100644
--- a/main/vcl/os2/source/src/salsrc.rc
+++ b/main/vcl/os2/source/src/salsrc.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/vcl/win/source/src/salsrc.rc 
b/main/vcl/win/source/src/salsrc.rc
index 7b88a9f4b8..317bcf13bf 100644
--- a/main/vcl/win/source/src/salsrc.rc
+++ b/main/vcl/win/source/src/salsrc.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/winaccessibility/source/UAccCOM/UAccCOM.rc 
b/main/winaccessibility/source/UAccCOM/UAccCOM.rc
index f3248012ba..5ad01c3653 100644
--- a/main/winaccessibility/source/UAccCOM/UAccCOM.rc
+++ b/main/winaccessibility/source/UAccCOM/UAccCOM.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -83,18 +83,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#include ""winres.h""\r\n"
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "1 TYPELIB ""UAccCOM.tlb""\r\n"
     "\0"
@@ -106,14 +106,14 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PROJNAME            "UAccCOM"
     IDS_ACCCOMPONENT_DESC   "AccComponent Class"
     IDS_ACCCONTEXT_DESC     "AccContext Class"
 END
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_ACCFONT_DESC        "AccFont Class"
     IDS_ACCSELECTION_DESC   "AccSelection Class"
@@ -124,7 +124,7 @@ BEGIN
     IDS_ACCIMAGE_DESC       "AccImage Class"
 END
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_ACCVALUE_DESC       "AccValue Class"
     IDS_ACCTABLE_DESC       "AccTable Class"
diff --git a/main/xmerge/source/activesync/XMergeSync.rc 
b/main/xmerge/source/activesync/XMergeSync.rc
index ad2caca0ae..d892803db1 100644
--- a/main/xmerge/source/activesync/XMergeSync.rc
+++ b/main/xmerge/source/activesync/XMergeSync.rc
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 //Microsoft Developer Studio generated resource script.
@@ -53,18 +53,18 @@ LANGUAGE 0x9, 0x1
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
+1 TEXTINCLUDE DISCARDABLE
 BEGIN
     "resource.h\0"
 END
 
-2 TEXTINCLUDE DISCARDABLE 
+2 TEXTINCLUDE DISCARDABLE
 BEGIN
     "#include ""afxres.h""\r\n"
     "\0"
 END
 
-3 TEXTINCLUDE DISCARDABLE 
+3 TEXTINCLUDE DISCARDABLE
 BEGIN
     "\r\n"
     "\0"
@@ -78,7 +78,7 @@ END
 // String Table
 //
 
-STRINGTABLE DISCARDABLE 
+STRINGTABLE DISCARDABLE
 BEGIN
     IDS_NOJAVA              "Unable to find JRE 1.4 installation."
     IDS_BADCLASSPATH        "Unable to locate necessary Jar files."

Reply via email to