[Libreoffice-commits] .: 26 commits - accessibility/bridge avmedia/inc avmedia/source avmedia/util basic/inc basic/util bridges/test cli_ure/version configmgr/qa configmgr/source connectivity/com connectivity/qa connectivity/source connectivity/workben crashrep/source cui/source dbaccess/qa dbaccess/source dmake/dbug editeng/inc embeddedobj/qa embeddedobj/source embeddedobj/test embeddedobj/util eventattacher/source extras/source fileaccess/source filter/source formula/inc formula/source formula/util framework/dtd framework/inc framework/qa framework/util gdk-pixbuf/prj i18npool/source libcroco/prj libgsf/prj libpng/prj librsvg/prj linguistic/qa linguistic/source moz/README nss/README odk/docs odk/examples officecfg/registry oox/inc oox/source pango/prj qadevOOo/objdsc qadevOOo/qa qadevOOo/runner qadevOOo/tests readlicense_oo/docs reportbuilder/java sc/qa sc/source scp2/source scripting/README scripting/examples scripting/java scripting/source scripting/util scripting/workben sd/inc sd/qa sd/sdi sd/source sdext/source setup_native/source sfx2/README sfx2/inc sfx2/qa sfx2/sdi sfx2/source sfx2/util shell/inc shell/source smoketest/com solenv/gbuild solenv/prj svx/doc svx/inc svx/qa svx/sdi svx/source svx/util toolkit/qa toolkit/test unoil/climaker uui/source uui/util vbahelper/inc vbahelper/util vcl/source wizards/com xmlhelp/source xmlhelp/util xmloff/dtd xmloff/inc xmloff/qa xmloff/source xmloff/util xmlscript/dtd xmlscript/inc xmlscript/util xmlsecurity/test_docs xsltml/README

Michael Stahl mst at kemper.freedesktop.org
Fri Mar 23 16:15:45 PDT 2012


 solenv/gbuild/gbuild.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d59b8013424d057f120681d11874c2ef42e17163
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Fri Mar 23 12:39:45 2012 +0100

    make gbuild follow --disable-dependency-tracking too

diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index d16d33a..5186a37 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -111,11 +111,11 @@ ifneq ($(gb_DEBUGLEVEL),0)
 gb_SYMBOL := $(true)
 endif
 
-# for clean, setuplocal and removelocal goals we switch off dependencies
-ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables help debugrun,$(MAKECMDGOALS)),)
+ifneq ($(nodep),)
 gb_FULLDEPS := $(false)
 else
-ifdef TINDERBUILD
+# for clean, setuplocal and removelocal goals we switch off dependencies
+ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables help debugrun,$(MAKECMDGOALS)),)
 gb_FULLDEPS := $(false)
 else
 gb_FULLDEPS := $(true)
commit d56bcf9dbfa271c95971878171022c1fb4d1044a
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 20:02:56 2012 +0100

    .css files don't need executable bits

diff --git a/extras/source/misc_config/wizard/form/styles/beige.css b/extras/source/misc_config/wizard/form/styles/beige.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/bgr.css b/extras/source/misc_config/wizard/form/styles/bgr.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/dark.css b/extras/source/misc_config/wizard/form/styles/dark.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/grey.css b/extras/source/misc_config/wizard/form/styles/grey.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/ibg.css b/extras/source/misc_config/wizard/form/styles/ibg.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/ice.css b/extras/source/misc_config/wizard/form/styles/ice.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/orange.css b/extras/source/misc_config/wizard/form/styles/orange.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/red.css b/extras/source/misc_config/wizard/form/styles/red.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/violet.css b/extras/source/misc_config/wizard/form/styles/violet.css
old mode 100755
new mode 100644
diff --git a/extras/source/misc_config/wizard/form/styles/water.css b/extras/source/misc_config/wizard/form/styles/water.css
old mode 100755
new mode 100644
commit 13ff4059a8b9e39e63b973666905b4ffc9841274
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 20:02:21 2012 +0100

    .html files don't need executable bits

diff --git a/extras/source/misc_config/wizard/web/preview.html b/extras/source/misc_config/wizard/web/preview.html
old mode 100755
new mode 100644
diff --git a/formula/util/hh.html b/formula/util/hh.html
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/AppStorage.html b/scripting/java/org/openoffice/netbeans/modules/office/resources/AppStorage.html
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/EmptyParcel.html b/scripting/java/org/openoffice/netbeans/modules/office/resources/EmptyParcel.html
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/OpenOfficeDocFileSystem.html b/scripting/java/org/openoffice/netbeans/modules/office/resources/OpenOfficeDocFileSystem.html
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/ScriptParcel.html b/scripting/java/org/openoffice/netbeans/modules/office/resources/ScriptParcel.html
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/ScriptParcelDescriptor.html b/scripting/java/org/openoffice/netbeans/modules/office/resources/ScriptParcelDescriptor.html
old mode 100755
new mode 100644
commit 2e847dfaa564048116a93ccbdebf0acf33cc37bb
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 20:00:44 2012 +0100

    .mm files don't need executable bits

diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
old mode 100755
new mode 100644
commit 5be54ad4125fefce8950240a5fbe24172d7129f0
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 20:00:09 2012 +0100

    .rdf files don't need executable bits

diff --git a/sfx2/qa/complex/sfx2/testdocuments/empty.rdf b/sfx2/qa/complex/sfx2/testdocuments/empty.rdf
old mode 100755
new mode 100644
commit f567f8ba03d6fcd5d8d2fe8ec4c580460a2b088e
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:58:55 2012 +0100

    .dtd files don't need executable bits

diff --git a/framework/dtd/accelerator.dtd b/framework/dtd/accelerator.dtd
old mode 100755
new mode 100644
diff --git a/framework/dtd/event.dtd b/framework/dtd/event.dtd
old mode 100755
new mode 100644
diff --git a/framework/dtd/groupuinames.dtd b/framework/dtd/groupuinames.dtd
old mode 100755
new mode 100644
diff --git a/framework/dtd/image.dtd b/framework/dtd/image.dtd
old mode 100755
new mode 100644
diff --git a/framework/dtd/menubar.dtd b/framework/dtd/menubar.dtd
old mode 100755
new mode 100644
diff --git a/framework/dtd/statusbar.dtd b/framework/dtd/statusbar.dtd
old mode 100755
new mode 100644
diff --git a/framework/dtd/toolbar.dtd b/framework/dtd/toolbar.dtd
old mode 100755
new mode 100644
diff --git a/officecfg/registry/component-schema.dtd b/officecfg/registry/component-schema.dtd
old mode 100755
new mode 100644
diff --git a/officecfg/registry/component-update.dtd b/officecfg/registry/component-update.dtd
old mode 100755
new mode 100644
diff --git a/officecfg/registry/data.dtd b/officecfg/registry/data.dtd
old mode 100755
new mode 100644
diff --git a/readlicense_oo/docs/readme.dtd b/readlicense_oo/docs/readme.dtd
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/Blocklist.dtd b/xmloff/dtd/Blocklist.dtd
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/office.dtd b/xmloff/dtd/office.dtd
old mode 100755
new mode 100644
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
old mode 100755
new mode 100644
diff --git a/xmlscript/dtd/libraries.dtd b/xmlscript/dtd/libraries.dtd
old mode 100755
new mode 100644
diff --git a/xmlscript/dtd/library.dtd b/xmlscript/dtd/library.dtd
old mode 100755
new mode 100644
diff --git a/xmlscript/dtd/module.dtd b/xmlscript/dtd/module.dtd
old mode 100755
new mode 100644
commit 9345437f361e21379095abb271a743ec52f6e550
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:56:49 2012 +0100

    .txt files don't need executable bits

diff --git a/cli_ure/version/version.txt b/cli_ure/version/version.txt
old mode 100755
new mode 100644
diff --git a/connectivity/workben/skeleton/how_to_write_a_driver.txt b/connectivity/workben/skeleton/how_to_write_a_driver.txt
old mode 100755
new mode 100644
diff --git a/crashrep/source/win32/ctrylnglist.txt b/crashrep/source/win32/ctrylnglist.txt
old mode 100755
new mode 100644
diff --git a/crashrep/source/win32/rcfooter.txt b/crashrep/source/win32/rcfooter.txt
old mode 100755
new mode 100644
diff --git a/crashrep/source/win32/rcheader.txt b/crashrep/source/win32/rcheader.txt
old mode 100755
new mode 100644
diff --git a/crashrep/source/win32/rctemplate.txt b/crashrep/source/win32/rctemplate.txt
old mode 100755
new mode 100644
diff --git a/dmake/dbug/dbug/dbug.txt b/dmake/dbug/dbug/dbug.txt
old mode 100755
new mode 100644
diff --git a/i18npool/source/collator/data/ca_charset.txt b/i18npool/source/collator/data/ca_charset.txt
old mode 100755
new mode 100644
diff --git a/scp2/source/supported_extensions.txt b/scp2/source/supported_extensions.txt
old mode 100755
new mode 100644
diff --git a/setup_native/source/packinfo/packinfo_office_help.txt b/setup_native/source/packinfo/packinfo_office_help.txt
old mode 100755
new mode 100644
diff --git a/setup_native/source/packinfo/packinfo_office_lang.txt b/setup_native/source/packinfo/packinfo_office_lang.txt
old mode 100755
new mode 100644
diff --git a/setup_native/source/packinfo/packinfo_sdkoo.txt b/setup_native/source/packinfo/packinfo_sdkoo.txt
old mode 100755
new mode 100644
diff --git a/setup_native/source/packinfo/packinfo_ure.txt b/setup_native/source/packinfo/packinfo_ure.txt
old mode 100755
new mode 100644
diff --git a/setup_native/source/packinfo/shellscripts.txt b/setup_native/source/packinfo/shellscripts.txt
old mode 100755
new mode 100644
diff --git a/setup_native/source/packinfo/shellscripts_extensions.txt b/setup_native/source/packinfo/shellscripts_extensions.txt
old mode 100755
new mode 100644
diff --git a/setup_native/source/packinfo/shellscripts_module.txt b/setup_native/source/packinfo/shellscripts_module.txt
old mode 100755
new mode 100644
diff --git a/setup_native/source/packinfo/shellscripts_root.txt b/setup_native/source/packinfo/shellscripts_root.txt
old mode 100755
new mode 100644
diff --git a/shell/source/unix/exec/urltest.txt b/shell/source/unix/exec/urltest.txt
old mode 100755
new mode 100644
diff --git a/shell/source/win32/shlxthandler/res/ctrylnglist.txt b/shell/source/win32/shlxthandler/res/ctrylnglist.txt
old mode 100755
new mode 100644
diff --git a/shell/source/win32/shlxthandler/res/rcfooter.txt b/shell/source/win32/shlxthandler/res/rcfooter.txt
old mode 100755
new mode 100644
diff --git a/shell/source/win32/shlxthandler/res/rcheader.txt b/shell/source/win32/shlxthandler/res/rcheader.txt
old mode 100755
new mode 100644
diff --git a/shell/source/win32/shlxthandler/res/rctmpl.txt b/shell/source/win32/shlxthandler/res/rctmpl.txt
old mode 100755
new mode 100644
diff --git a/svx/doc/UML/readme.txt b/svx/doc/UML/readme.txt
old mode 100755
new mode 100644
diff --git a/unoil/climaker/version.txt b/unoil/climaker/version.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/README.txt b/xmlsecurity/test_docs/CAs/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_1/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_1/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_10/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_10/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_11/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_2/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_2/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_3/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_3/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_4/README.txt b/xmlsecurity/test_docs/CAs/Root_4/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_4/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_4/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_5/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_5/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_6/README.txt b/xmlsecurity/test_docs/CAs/Root_6/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_6/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_6/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_7/README.txt b/xmlsecurity/test_docs/CAs/Root_7/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_7/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_7/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_8/README.txt b/xmlsecurity/test_docs/CAs/Root_8/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_8/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_8/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_9/DO_NOT_INSTALL_THIS_ROOT_CERT.txt b/xmlsecurity/test_docs/CAs/Root_9/DO_NOT_INSTALL_THIS_ROOT_CERT.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_9/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Root_9/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/README.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/README.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/README.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/README.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/README.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/README.txt b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/README.txt b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/README.txt b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/README.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/index.txt b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/index.txt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/tools/README.txt b/xmlsecurity/test_docs/tools/README.txt
old mode 100755
new mode 100644
commit 72bf6cc0dde0407f6dab3df18a2a14909037c217
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:56:14 2012 +0100

    .pdf files don't need executable bits

diff --git a/sdext/source/pdfimport/dialogs/xpdfimport_err.pdf b/sdext/source/pdfimport/dialogs/xpdfimport_err.pdf
old mode 100755
new mode 100644
diff --git a/sdext/source/pdfimport/test/testinput.pdf b/sdext/source/pdfimport/test/testinput.pdf
old mode 100755
new mode 100644
commit 2d78d2409de3e7ce391ea724b32dfcb7ff64437c
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:55:18 2012 +0100

    .sdw files don't need executable bits

diff --git a/sfx2/qa/unoapi/testdocuments/SfxStandaloneDocInfoObject.sdw b/sfx2/qa/unoapi/testdocuments/SfxStandaloneDocInfoObject.sdw
old mode 100755
new mode 100644
commit 30a29aa6f17a573d2f4834f5306cc6ed1946c279
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:54:25 2012 +0100

    README files don't need executable bits

diff --git a/moz/README b/moz/README
old mode 100755
new mode 100644
diff --git a/nss/README b/nss/README
old mode 100755
new mode 100644
diff --git a/scripting/README b/scripting/README
old mode 100755
new mode 100644
diff --git a/sfx2/README b/sfx2/README
old mode 100755
new mode 100644
diff --git a/xsltml/README b/xsltml/README
old mode 100755
new mode 100644
commit 78fa09a6e1ebc870482dcd1909cbb6747d59c801
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:53:37 2012 +0100

    .csv files don't need executable bits

diff --git a/qadevOOo/objdsc/dbaccess/org.openoffice.comp.dba.OSingleSelectQueryComposer.csv b/qadevOOo/objdsc/dbaccess/org.openoffice.comp.dba.OSingleSelectQueryComposer.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ControlMenuController.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ControlMenuController.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.FontMenuController.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.FontMenuController.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.FontSizeMenuController.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.FontSizeMenuController.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.FooterMenuController.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.FooterMenuController.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.HeaderMenuController.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.HeaderMenuController.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.LayoutManager.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.LayoutManager.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MacrosMenuController.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MacrosMenuController.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MenuBarFactory.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.MenuBarFactory.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ModuleManager.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ModuleManager.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ModuleUIConfigurationManager.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ModuleUIConfigurationManager.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ModuleUIConfigurationManagerSupplier.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ModuleUIConfigurationManagerSupplier.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ObjectMenuController.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ObjectMenuController.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.PopupMenuControllerFactory.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.PopupMenuControllerFactory.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.StatusBarControllerFactory.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.StatusBarControllerFactory.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ToolBarsMenuController.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.ToolBarsMenuController.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.UICategoryDescription.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.UICategoryDescription.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.UICommandDescription.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.UICommandDescription.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.UIConfigurationManager.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.UIConfigurationManager.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.UIElementFactoryManager.csv b/qadevOOo/objdsc/fwk/com.sun.star.comp.framework.UIElementFactoryManager.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/pcr/com.sun.star.comp.extensions.GenericPropertyHandler.csv b/qadevOOo/objdsc/pcr/com.sun.star.comp.extensions.GenericPropertyHandler.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/pcr/org.openoffice.comp.extensions.ObjectInspector.csv b/qadevOOo/objdsc/pcr/org.openoffice.comp.extensions.ObjectInspector.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/qadevOOo/bogus.SelfTest.csv b/qadevOOo/objdsc/qadevOOo/bogus.SelfTest.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/sw/com.sun.star.style.CharacterStyle.csv b/qadevOOo/objdsc/sw/com.sun.star.style.CharacterStyle.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/sw/com.sun.star.style.ConditionalParagraphStyle.csv b/qadevOOo/objdsc/sw/com.sun.star.style.ConditionalParagraphStyle.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/sw/com.sun.star.style.PageStyle.csv b/qadevOOo/objdsc/sw/com.sun.star.style.PageStyle.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/sw/com.sun.star.style.ParagraphStyle.csv b/qadevOOo/objdsc/sw/com.sun.star.style.ParagraphStyle.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/sysmgr1/com.sun.star.comp.configuration.backend.SystemIntegration.csv b/qadevOOo/objdsc/sysmgr1/com.sun.star.comp.configuration.backend.SystemIntegration.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/toolkit/com.sun.star.comp.toolkit.UnoThrobberControl.csv b/qadevOOo/objdsc/toolkit/com.sun.star.comp.toolkit.UnoThrobberControl.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/toolkit/com.sun.star.comp.toolkit.UnoThrobberControlModel.csv b/qadevOOo/objdsc/toolkit/com.sun.star.comp.toolkit.UnoThrobberControlModel.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/toolkit/stardiv.Toolkit.UnoTreeControl.csv b/qadevOOo/objdsc/toolkit/stardiv.Toolkit.UnoTreeControl.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/toolkit/stardiv.Toolkit.UnoTreeModel.csv b/qadevOOo/objdsc/toolkit/stardiv.Toolkit.UnoTreeModel.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/toolkit/toolkit.MutableTreeDataModel.csv b/qadevOOo/objdsc/toolkit/toolkit.MutableTreeDataModel.csv
old mode 100755
new mode 100644
diff --git a/qadevOOo/objdsc/toolkit/toolkit.MutableTreeNode.csv b/qadevOOo/objdsc/toolkit/toolkit.MutableTreeNode.csv
old mode 100755
new mode 100644
diff --git a/sc/qa/unit/data/contentCSV/matrix.csv b/sc/qa/unit/data/contentCSV/matrix.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.protocolhandler.Dispatch.csv b/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.protocolhandler.Dispatch.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.provider.Function.csv b/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.provider.Function.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.provider.FunctionProvider.csv b/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.provider.FunctionProvider.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.runtime.ScriptRuntimeManager.csv b/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.runtime.ScriptRuntimeManager.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.storage.ScriptInfo.csv b/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.storage.ScriptInfo.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.storage.ScriptStorage.csv b/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.storage.ScriptStorage.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.storage.ScriptStorageManager.csv b/scripting/workben/data/objdsc/drafts.com.sun.star.script.framework.storage.ScriptStorageManager.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/testdata/Function.csv b/scripting/workben/data/testdata/Function.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/testdata/FunctionProvider.csv b/scripting/workben/data/testdata/FunctionProvider.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/testdata/ScriptInfo.csv b/scripting/workben/data/testdata/ScriptInfo.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/testdata/ScriptRuntimeManager.csv b/scripting/workben/data/testdata/ScriptRuntimeManager.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/testdata/ScriptStorage.csv b/scripting/workben/data/testdata/ScriptStorage.csv
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/testdata/ScriptStorageManager.csv b/scripting/workben/data/testdata/ScriptStorageManager.csv
old mode 100755
new mode 100644
commit fd1ca3bbcfc2d808fb75248f377b6abb3c81a858
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:51:34 2012 +0100

    .stw files don't need executable bits

diff --git a/extras/source/templates/wizard/desktop/lang/eu/html.stw b/extras/source/templates/wizard/desktop/lang/eu/html.stw
old mode 100755
new mode 100644
diff --git a/extras/source/templates/wizard/desktop/lang/hu/html.stw b/extras/source/templates/wizard/desktop/lang/hu/html.stw
old mode 100755
new mode 100644
diff --git a/extras/source/templates/wizard/desktop/lang/vi/html.stw b/extras/source/templates/wizard/desktop/lang/vi/html.stw
old mode 100755
new mode 100644
diff --git a/sfx2/qa/unoapi/testdocuments/report.stw b/sfx2/qa/unoapi/testdocuments/report.stw
old mode 100755
new mode 100644
diff --git a/sfx2/qa/unoapi/testdocuments/report2.stw b/sfx2/qa/unoapi/testdocuments/report2.stw
old mode 100755
new mode 100644
commit 2f1ee9a875a2f49b712f2eff5a2635775398b2c8
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:50:11 2012 +0100

    .xls files don't need executable bits

diff --git a/sc/qa/unit/data/xls/matrix.xls b/sc/qa/unit/data/xls/matrix.xls
old mode 100755
new mode 100644
diff --git a/sc/source/ui/vba/testvba/TestDocuments/StrConv-test.xls b/sc/source/ui/vba/testvba/TestDocuments/StrConv-test.xls
old mode 100755
new mode 100644
diff --git a/sc/source/ui/vba/testvba/TestDocuments/Template.xls b/sc/source/ui/vba/testvba/TestDocuments/Template.xls
old mode 100755
new mode 100644
diff --git a/sc/source/ui/vba/testvba/TestDocuments/bytearraystring.xls b/sc/source/ui/vba/testvba/TestDocuments/bytearraystring.xls
old mode 100755
new mode 100644
diff --git a/sc/source/ui/vba/testvba/TestDocuments/dateserial.xls b/sc/source/ui/vba/testvba/TestDocuments/dateserial.xls
old mode 100755
new mode 100644
diff --git a/sc/source/ui/vba/testvba/TestDocuments/datevalue.xls b/sc/source/ui/vba/testvba/TestDocuments/datevalue.xls
old mode 100755
new mode 100644
diff --git a/sc/source/ui/vba/testvba/TestDocuments/pagesetup.xls b/sc/source/ui/vba/testvba/TestDocuments/pagesetup.xls
old mode 100755
new mode 100644
diff --git a/sc/source/ui/vba/testvba/TestDocuments/range-4.xls b/sc/source/ui/vba/testvba/TestDocuments/range-4.xls
old mode 100755
new mode 100644
diff --git a/sc/source/ui/vba/testvba/TestDocuments/window2.xls b/sc/source/ui/vba/testvba/TestDocuments/window2.xls
old mode 100755
new mode 100644
commit e18d5cf90445af2b2b93eeab5a75bf6cde2aafda
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:49:58 2012 +0100

    .ods files don't need executable bits

diff --git a/sc/qa/unit/data/ods/matrix.ods b/sc/qa/unit/data/ods/matrix.ods
old mode 100755
new mode 100644
commit 341bc07c03317430ffc1c2396dc267bb5364f73f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:48:58 2012 +0100

    .sdi files don't need executable bits

diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi
old mode 100755
new mode 100644
diff --git a/sd/sdi/ViewShellBase.sdi b/sd/sdi/ViewShellBase.sdi
old mode 100755
new mode 100644
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
old mode 100755
new mode 100644
diff --git a/sd/sdi/drtxtob.sdi b/sd/sdi/drtxtob.sdi
old mode 100755
new mode 100644
diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi
old mode 100755
new mode 100644
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi
old mode 100755
new mode 100644
diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi
old mode 100755
new mode 100644
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi
old mode 100755
new mode 100644
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi
old mode 100755
new mode 100644
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi
old mode 100755
new mode 100644
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
old mode 100755
new mode 100644
diff --git a/sfx2/sdi/sfxitems.sdi b/sfx2/sdi/sfxitems.sdi
old mode 100755
new mode 100644
diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi
old mode 100755
new mode 100644
diff --git a/sfx2/sdi/viwslots.sdi b/sfx2/sdi/viwslots.sdi
old mode 100755
new mode 100644
diff --git a/svx/sdi/fmslots.sdi b/svx/sdi/fmslots.sdi
old mode 100755
new mode 100644
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
old mode 100755
new mode 100644
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
old mode 100755
new mode 100644
diff --git a/svx/sdi/svxslots.sdi b/svx/sdi/svxslots.sdi
old mode 100755
new mode 100644
diff --git a/svx/sdi/xoitems.sdi b/svx/sdi/xoitems.sdi
old mode 100755
new mode 100644
commit eb4eb698b20b1724f82cb78d2be722ff8e03ae1f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:48:15 2012 +0100

    .xcl files don't need executable bits

diff --git a/framework/qa/unoapi/knownissues.xcl b/framework/qa/unoapi/knownissues.xcl
old mode 100755
new mode 100644
diff --git a/linguistic/qa/unoapi/knownissues.xcl b/linguistic/qa/unoapi/knownissues.xcl
old mode 100755
new mode 100644
diff --git a/qadevOOo/qa/unoapi/knownissues.xcl b/qadevOOo/qa/unoapi/knownissues.xcl
old mode 100755
new mode 100644
diff --git a/sd/qa/unoapi/knownissues.xcl b/sd/qa/unoapi/knownissues.xcl
old mode 100755
new mode 100644
diff --git a/sfx2/qa/unoapi/knownissues.xcl b/sfx2/qa/unoapi/knownissues.xcl
old mode 100755
new mode 100644
diff --git a/svx/qa/unoapi/knownissues.xcl b/svx/qa/unoapi/knownissues.xcl
old mode 100755
new mode 100644
diff --git a/xmloff/qa/unoapi/knownissues.xcl b/xmloff/qa/unoapi/knownissues.xcl
old mode 100755
new mode 100644
commit 4c5a1a6d43c5586e49d179142c0029e844723cda
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:48:00 2012 +0100

    .sce files don't need executable bits

diff --git a/configmgr/qa/unoapi/module.sce b/configmgr/qa/unoapi/module.sce
old mode 100755
new mode 100644
diff --git a/connectivity/qa/scenarios.sce b/connectivity/qa/scenarios.sce
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/api_internal/tests.sce b/framework/qa/complex/api_internal/tests.sce
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/api_internal/worksforme.sce b/framework/qa/complex/api_internal/worksforme.sce
old mode 100755
new mode 100644
diff --git a/framework/qa/unoapi/framework.sce b/framework/qa/unoapi/framework.sce
old mode 100755
new mode 100644
diff --git a/linguistic/qa/unoapi/lng.sce b/linguistic/qa/unoapi/lng.sce
old mode 100755
new mode 100644
diff --git a/qadevOOo/qa/unoapi/qadevOOo.sce b/qadevOOo/qa/unoapi/qadevOOo.sce
old mode 100755
new mode 100644
diff --git a/sd/qa/unoapi/sd.sce b/sd/qa/unoapi/sd.sce
old mode 100755
new mode 100644
diff --git a/sfx2/qa/unoapi/sfx.sce b/sfx2/qa/unoapi/sfx.sce
old mode 100755
new mode 100644
diff --git a/svx/qa/unoapi/svx.sce b/svx/qa/unoapi/svx.sce
old mode 100755
new mode 100644
diff --git a/xmloff/qa/unoapi/xmloff.sce b/xmloff/qa/unoapi/xmloff.sce
old mode 100755
new mode 100644
commit fcf809ea33a5bb6d7361ffba279c742f4ae1a7e6
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:46:59 2012 +0100

    .lst files don't need executable bits

diff --git a/gdk-pixbuf/prj/d.lst b/gdk-pixbuf/prj/d.lst
old mode 100755
new mode 100644
diff --git a/libcroco/prj/d.lst b/libcroco/prj/d.lst
old mode 100755
new mode 100644
diff --git a/libgsf/prj/d.lst b/libgsf/prj/d.lst
old mode 100755
new mode 100644
diff --git a/libpng/prj/d.lst b/libpng/prj/d.lst
old mode 100755
new mode 100644
diff --git a/librsvg/prj/d.lst b/librsvg/prj/d.lst
old mode 100755
new mode 100644
diff --git a/pango/prj/d.lst b/pango/prj/d.lst
old mode 100755
new mode 100644
diff --git a/solenv/prj/d.lst b/solenv/prj/d.lst
old mode 100755
new mode 100644
commit 9429bbb0c465159d5af446461006bfb0aee8ded9
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:45:08 2012 +0100

    .component files don't need executable bits

diff --git a/avmedia/source/quicktime/avmediaQuickTime.component b/avmedia/source/quicktime/avmediaQuickTime.component
old mode 100755
new mode 100644
diff --git a/avmedia/source/win/avmediawin.component b/avmedia/source/win/avmediawin.component
old mode 100755
new mode 100644
diff --git a/avmedia/util/avmedia.component b/avmedia/util/avmedia.component
old mode 100755
new mode 100644
diff --git a/basic/util/sb.component b/basic/util/sb.component
old mode 100755
new mode 100644
diff --git a/configmgr/source/configmgr.component b/configmgr/source/configmgr.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/cpool/dbpool2.component b/connectivity/source/cpool/dbpool2.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/dbtools/dbtools.component b/connectivity/source/dbtools/dbtools.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/ado/ado.component b/connectivity/source/drivers/ado/ado.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/calc/calc.component b/connectivity/source/drivers/calc/calc.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/dbase/dbase.component b/connectivity/source/drivers/dbase/dbase.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/evoab2/evoab.component b/connectivity/source/drivers/evoab2/evoab.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/flat/flat.component b/connectivity/source/drivers/flat/flat.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/hsqldb/hsqldb.component b/connectivity/source/drivers/hsqldb/hsqldb.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/jdbc/jdbc.component b/connectivity/source/drivers/jdbc/jdbc.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/kab/kab1.component b/connectivity/source/drivers/kab/kab1.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/macab/macab1.component b/connectivity/source/drivers/macab/macab1.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/bootstrap/mozbootstrap.component b/connectivity/source/drivers/mozab/bootstrap/mozbootstrap.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/mozab.component b/connectivity/source/drivers/mozab/mozab.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mysql/mysql.component b/connectivity/source/drivers/mysql/mysql.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/odbc/odbc.component b/connectivity/source/drivers/odbc/odbc.component
old mode 100755
new mode 100644
diff --git a/connectivity/source/manager/sdbc2.component b/connectivity/source/manager/sdbc2.component
old mode 100755
new mode 100644
diff --git a/embeddedobj/source/msole/emboleobj.component b/embeddedobj/source/msole/emboleobj.component
old mode 100755
new mode 100644
diff --git a/embeddedobj/source/msole/emboleobj.windows.component b/embeddedobj/source/msole/emboleobj.windows.component
old mode 100755
new mode 100644
diff --git a/embeddedobj/util/embobj.component b/embeddedobj/util/embobj.component
old mode 100755
new mode 100644
diff --git a/eventattacher/source/evtatt.component b/eventattacher/source/evtatt.component
old mode 100755
new mode 100644
diff --git a/fileaccess/source/fileacc.component b/fileaccess/source/fileacc.component
old mode 100755
new mode 100644
diff --git a/filter/source/msfilter/msfilter.component b/filter/source/msfilter/msfilter.component
old mode 100755
new mode 100644
diff --git a/formula/util/for.component b/formula/util/for.component
old mode 100755
new mode 100644
diff --git a/framework/util/fwk.component b/framework/util/fwk.component
old mode 100755
new mode 100644
diff --git a/framework/util/fwl.component b/framework/util/fwl.component
old mode 100755
new mode 100644
diff --git a/framework/util/fwm.component b/framework/util/fwm.component
old mode 100755
new mode 100644
diff --git a/framework/util/lomenubar.component b/framework/util/lomenubar.component
old mode 100755
new mode 100644
diff --git a/linguistic/source/lng.component b/linguistic/source/lng.component
old mode 100755
new mode 100644
diff --git a/scripting/java/ScriptFramework.component b/scripting/java/ScriptFramework.component
old mode 100755
new mode 100644
diff --git a/scripting/java/ScriptProviderForJava.component b/scripting/java/ScriptProviderForJava.component
old mode 100755
new mode 100644
diff --git a/scripting/source/basprov/basprov.component b/scripting/source/basprov/basprov.component
old mode 100755
new mode 100644
diff --git a/scripting/source/dlgprov/dlgprov.component b/scripting/source/dlgprov/dlgprov.component
old mode 100755
new mode 100644
diff --git a/scripting/source/protocolhandler/protocolhandler.component b/scripting/source/protocolhandler/protocolhandler.component
old mode 100755
new mode 100644
diff --git a/scripting/source/pyprov/mailmerge.component b/scripting/source/pyprov/mailmerge.component
old mode 100755
new mode 100644
diff --git a/scripting/source/stringresource/stringresource.component b/scripting/source/stringresource/stringresource.component
old mode 100755
new mode 100644
diff --git a/scripting/source/vbaevents/vbaevents.component b/scripting/source/vbaevents/vbaevents.component
old mode 100755
new mode 100644
diff --git a/scripting/util/scriptframe.component b/scripting/util/scriptframe.component
old mode 100755
new mode 100644
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component
old mode 100755
new mode 100644
diff --git a/shell/source/backends/desktopbe/desktopbe1.component b/shell/source/backends/desktopbe/desktopbe1.component
old mode 100755
new mode 100644
diff --git a/shell/source/backends/gconfbe/gconfbe1.component b/shell/source/backends/gconfbe/gconfbe1.component
old mode 100755
new mode 100644
diff --git a/shell/source/backends/kde4be/kde4be1.component b/shell/source/backends/kde4be/kde4be1.component
old mode 100755
new mode 100644
diff --git a/shell/source/backends/kdebe/kdebe1.component b/shell/source/backends/kdebe/kdebe1.component
old mode 100755
new mode 100644
diff --git a/shell/source/backends/localebe/localebe1.component b/shell/source/backends/localebe/localebe1.component
old mode 100755
new mode 100644
diff --git a/shell/source/backends/macbe/macbe1.component b/shell/source/backends/macbe/macbe1.component
old mode 100755
new mode 100644
diff --git a/shell/source/backends/wininetbe/wininetbe1.component b/shell/source/backends/wininetbe/wininetbe1.component
old mode 100755
new mode 100644
diff --git a/shell/source/cmdmail/cmdmail.component b/shell/source/cmdmail/cmdmail.component
old mode 100755
new mode 100644
diff --git a/shell/source/unix/exec/syssh.component b/shell/source/unix/exec/syssh.component
old mode 100755
new mode 100644
diff --git a/shell/source/win32/simplemail/smplmail.component b/shell/source/win32/simplemail/smplmail.component
old mode 100755
new mode 100644
diff --git a/shell/source/win32/syssh.component b/shell/source/win32/syssh.component
old mode 100755
new mode 100644
diff --git a/svx/util/svx.component b/svx/util/svx.component
old mode 100755
new mode 100644
diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component
old mode 100755
new mode 100644
diff --git a/svx/util/textconversiondlgs.component b/svx/util/textconversiondlgs.component
old mode 100755
new mode 100644
diff --git a/uui/util/uui.component b/uui/util/uui.component
old mode 100755
new mode 100644
diff --git a/vbahelper/util/msforms.component b/vbahelper/util/msforms.component
old mode 100755
new mode 100644
diff --git a/xmlhelp/source/treeview/tvhlp1.component b/xmlhelp/source/treeview/tvhlp1.component
old mode 100755
new mode 100644
diff --git a/xmlhelp/util/ucpchelp1.component b/xmlhelp/util/ucpchelp1.component
old mode 100755
new mode 100644
diff --git a/xmloff/source/transform/xof.component b/xmloff/source/transform/xof.component
old mode 100755
new mode 100644
diff --git a/xmloff/util/xo.component b/xmloff/util/xo.component
old mode 100755
new mode 100644
diff --git a/xmlscript/util/xcr.component b/xmlscript/util/xcr.component
old mode 100755
new mode 100644
commit dc1b917cdae481382e2480206f969e12764c26dd
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:41:54 2012 +0100

    .gif files don't need executable bits

diff --git a/framework/qa/complex/loadAllDocuments/testdocuments/pic.gif b/framework/qa/complex/loadAllDocuments/testdocuments/pic.gif
old mode 100755
new mode 100644
diff --git a/odk/docs/images/bg_table2.gif b/odk/docs/images/bg_table2.gif
old mode 100755
new mode 100644
diff --git a/odk/docs/images/bg_table3.gif b/odk/docs/images/bg_table3.gif
old mode 100755
new mode 100644
diff --git a/scripting/examples/java/selector/container.gif b/scripting/examples/java/selector/container.gif
old mode 100755
new mode 100644
diff --git a/scripting/examples/java/selector/script.gif b/scripting/examples/java/selector/script.gif
old mode 100755
new mode 100644
diff --git a/scripting/examples/java/selector/soffice.gif b/scripting/examples/java/selector/soffice.gif
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/idesupport/ui/add.gif b/scripting/java/org/openoffice/idesupport/ui/add.gif
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettingsIcon.gif b/scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettingsIcon.gif
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettingsIcon32.gif b/scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettingsIcon32.gif
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/OfficeIcon.gif b/scripting/java/org/openoffice/netbeans/modules/office/resources/OfficeIcon.gif
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/OfficeIcon32.gif b/scripting/java/org/openoffice/netbeans/modules/office/resources/OfficeIcon32.gif
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/ParcelIcon.gif b/scripting/java/org/openoffice/netbeans/modules/office/resources/ParcelIcon.gif
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/webLink.gif b/scripting/java/org/openoffice/netbeans/modules/office/resources/webLink.gif
old mode 100755
new mode 100644
commit d7aacb8461c1b2bcc4cffde871fb296d3cb9edc6
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:40:05 2012 +0100

    .hrc files don't need executable bits

diff --git a/avmedia/inc/helpids.hrc b/avmedia/inc/helpids.hrc
old mode 100755
new mode 100644
diff --git a/avmedia/source/framework/mediacontrol.hrc b/avmedia/source/framework/mediacontrol.hrc
old mode 100755
new mode 100644
diff --git a/avmedia/source/viewer/mediawindow.hrc b/avmedia/source/viewer/mediawindow.hrc
old mode 100755
new mode 100644
diff --git a/basic/inc/sb.hrc b/basic/inc/sb.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/hsqldb/hsqlui.hrc b/connectivity/source/drivers/hsqldb/hsqlui.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/ado_res.hrc b/connectivity/source/inc/resource/ado_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/calc_res.hrc b/connectivity/source/inc/resource/calc_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/common_res.hrc b/connectivity/source/inc/resource/common_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/conn_shared_res.hrc b/connectivity/source/inc/resource/conn_shared_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/dbase_res.hrc b/connectivity/source/inc/resource/dbase_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/evoab2_res.hrc b/connectivity/source/inc/resource/evoab2_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/file_res.hrc b/connectivity/source/inc/resource/file_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/hsqldb_res.hrc b/connectivity/source/inc/resource/hsqldb_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/jdbc_log.hrc b/connectivity/source/inc/resource/jdbc_log.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/kab_res.hrc b/connectivity/source/inc/resource/kab_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/macab_res.hrc b/connectivity/source/inc/resource/macab_res.hrc
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/resource/mozab_res.hrc b/connectivity/source/inc/resource/mozab_res.hrc
old mode 100755
new mode 100644
diff --git a/cui/source/dialogs/passwdomdlg.hrc b/cui/source/dialogs/passwdomdlg.hrc
old mode 100755
new mode 100644
diff --git a/cui/source/options/optinet2.hrc b/cui/source/options/optinet2.hrc
old mode 100755
new mode 100644
diff --git a/dbaccess/source/ui/dlg/admincontrols.hrc b/dbaccess/source/ui/dlg/admincontrols.hrc
old mode 100755
new mode 100644
diff --git a/editeng/inc/editeng.hrc b/editeng/inc/editeng.hrc
old mode 100755
new mode 100644
diff --git a/editeng/inc/editeng/editids.hrc b/editeng/inc/editeng/editids.hrc
old mode 100755
new mode 100644
diff --git a/editeng/inc/editeng/editrids.hrc b/editeng/inc/editeng/editrids.hrc
old mode 100755
new mode 100644
diff --git a/editeng/inc/editeng/memberids.hrc b/editeng/inc/editeng/memberids.hrc
old mode 100755
new mode 100644
diff --git a/editeng/inc/helpid.hrc b/editeng/inc/helpid.hrc
old mode 100755
new mode 100644
diff --git a/formula/inc/formula/compiler.hrc b/formula/inc/formula/compiler.hrc
old mode 100755
new mode 100644
diff --git a/formula/inc/helpids.hrc b/formula/inc/helpids.hrc
old mode 100755
new mode 100644
diff --git a/formula/source/core/inc/core_resource.hrc b/formula/source/core/inc/core_resource.hrc
old mode 100755
new mode 100644
diff --git a/formula/source/ui/dlg/formdlgs.hrc b/formula/source/ui/dlg/formdlgs.hrc
old mode 100755
new mode 100644
diff --git a/formula/source/ui/dlg/parawin.hrc b/formula/source/ui/dlg/parawin.hrc
old mode 100755
new mode 100644
diff --git a/formula/source/ui/inc/ForResId.hrc b/formula/source/ui/inc/ForResId.hrc
old mode 100755
new mode 100644
diff --git a/framework/inc/classes/resource.hrc b/framework/inc/classes/resource.hrc
old mode 100755
new mode 100644
diff --git a/framework/inc/services/logindialog.hrc b/framework/inc/services/logindialog.hrc
old mode 100755
new mode 100644
diff --git a/scripting/source/runtimemgr/ScriptExecDialog.hrc b/scripting/source/runtimemgr/ScriptExecDialog.hrc
old mode 100755
new mode 100644
diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc
old mode 100755
new mode 100644
diff --git a/sd/source/ui/inc/PaneDockingWindow.hrc b/sd/source/ui/inc/PaneDockingWindow.hrc
old mode 100755
new mode 100644
diff --git a/sd/source/ui/inc/animobjs.hrc b/sd/source/ui/inc/animobjs.hrc
old mode 100755
new mode 100644
diff --git a/sd/source/ui/inc/navigatr.hrc b/sd/source/ui/inc/navigatr.hrc
old mode 100755
new mode 100644
diff --git a/sd/source/ui/inc/res_bmp.hrc b/sd/source/ui/inc/res_bmp.hrc
old mode 100755
new mode 100644
diff --git a/sd/source/ui/inc/strings.hrc b/sd/source/ui/inc/strings.hrc
old mode 100755
new mode 100644
diff --git a/sd/source/ui/inc/tpaction.hrc b/sd/source/ui/inc/tpaction.hrc
old mode 100755
new mode 100644
diff --git a/sd/source/ui/slideshow/slideshow.hrc b/sd/source/ui/slideshow/slideshow.hrc
old mode 100755
new mode 100644
diff --git a/sd/source/ui/view/DocumentRenderer.hrc b/sd/source/ui/view/DocumentRenderer.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/inc/filedlghelper.hrc b/sfx2/inc/filedlghelper.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/inc/sfx2/cntids.hrc b/sfx2/inc/sfx2/cntids.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/inc/sfx2/dialogs.hrc b/sfx2/inc/sfx2/dialogs.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/inc/sfx2/sfx.hrc b/sfx2/inc/sfx2/sfx.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/appl/dde.hrc b/sfx2/source/appl/dde.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/appl/newhelp.hrc b/sfx2/source/appl/newhelp.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/bastyp/bastyp.hrc b/sfx2/source/bastyp/bastyp.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/alienwarn.hrc b/sfx2/source/dialog/alienwarn.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/dialog.hrc b/sfx2/source/dialog/dialog.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/dinfdlg.hrc b/sfx2/source/dialog/dinfdlg.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/dinfedt.hrc b/sfx2/source/dialog/dinfedt.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/mgetempl.hrc b/sfx2/source/dialog/mgetempl.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/newstyle.hrc b/sfx2/source/dialog/newstyle.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/passwd.hrc b/sfx2/source/dialog/passwd.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/printopt.hrc b/sfx2/source/dialog/printopt.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/securitypage.hrc b/sfx2/source/dialog/securitypage.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/srchdlg.hrc b/sfx2/source/dialog/srchdlg.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/templdlg.hrc b/sfx2/source/dialog/templdlg.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/dialog/versdlg.hrc b/sfx2/source/dialog/versdlg.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/doc/doctdlg.hrc b/sfx2/source/doc/doctdlg.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/doc/docvor.hrc b/sfx2/source/doc/docvor.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/doc/new.hrc b/sfx2/source/doc/new.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/inc/sfxlocal.hrc b/sfx2/source/inc/sfxlocal.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/menu/menu.hrc b/sfx2/source/menu/menu.hrc
old mode 100755
new mode 100644
diff --git a/sfx2/source/view/view.hrc b/sfx2/source/view/view.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/accessibility.hrc b/svx/inc/accessibility.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/float3d.hrc b/svx/inc/float3d.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/fmhelp.hrc b/svx/inc/fmhelp.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/fontworkgallery.hrc b/svx/inc/fontworkgallery.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/gallery.hrc b/svx/inc/gallery.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/galtheme.hrc b/svx/inc/galtheme.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/dbexch.hrc b/svx/inc/svx/dbexch.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/dialogs.hrc b/svx/inc/svx/dialogs.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/exthelpid.hrc b/svx/inc/svx/exthelpid.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/fmresids.hrc b/svx/inc/svx/fmresids.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/svdstr.hrc b/svx/inc/svx/svdstr.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/svxitems.hrc b/svx/inc/svx/svxitems.hrc
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/ucsubset.hrc b/svx/inc/svx/ucsubset.hrc
old mode 100755
new mode 100644
diff --git a/svx/sdi/svxslots.hrc b/svx/sdi/svxslots.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/bmpmask.hrc b/svx/source/dialog/bmpmask.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/contdlg.hrc b/svx/source/dialog/contdlg.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/ctredlin.hrc b/svx/source/dialog/ctredlin.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/docrecovery.hrc b/svx/source/dialog/docrecovery.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/fontwork.hrc b/svx/source/dialog/fontwork.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/hdft.hrc b/svx/source/dialog/hdft.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/imapdlg.hrc b/svx/source/dialog/imapdlg.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/optgrid.hrc b/svx/source/dialog/optgrid.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/passwd.hrc b/svx/source/dialog/passwd.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/rubydialog.hrc b/svx/source/dialog/rubydialog.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/ruler.hrc b/svx/source/dialog/ruler.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/dialog/srchdlg.hrc b/svx/source/dialog/srchdlg.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/inc/datanavi.hrc b/svx/source/inc/datanavi.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/inc/fmexpl.hrc b/svx/source/inc/fmexpl.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/inc/fmhlpids.hrc b/svx/source/inc/fmhlpids.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/inc/fmprop.hrc b/svx/source/inc/fmprop.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/inc/frmsel.hrc b/svx/source/inc/frmsel.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/inc/linectrl.hrc b/svx/source/inc/linectrl.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/src/hidgen.hrc b/svx/source/src/hidgen.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/tbxctrls/extrusioncontrols.hrc b/svx/source/tbxctrls/extrusioncontrols.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/tbxctrls/grafctrl.hrc b/svx/source/tbxctrls/grafctrl.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/tbxctrls/lboxctrl.hrc b/svx/source/tbxctrls/lboxctrl.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/tbxctrls/tbxdraw.hrc b/svx/source/tbxctrls/tbxdraw.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/unodialogs/textconversiondlgs/buttongroup.hrc b/svx/source/unodialogs/textconversiondlgs/buttongroup.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_direction_ids.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_direction_ids.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hrc
old mode 100755
new mode 100644
diff --git a/svx/source/unodialogs/textconversiondlgs/resids.hrc b/svx/source/unodialogs/textconversiondlgs/resids.hrc
old mode 100755
new mode 100644
diff --git a/svx/util/hidother.hrc b/svx/util/hidother.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/cookiedg.hrc b/uui/source/cookiedg.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/fltdlg.hrc b/uui/source/fltdlg.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/logindlg.hrc b/uui/source/logindlg.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/masterpasscrtdlg.hrc b/uui/source/masterpasscrtdlg.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/masterpassworddlg.hrc b/uui/source/masterpassworddlg.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/nameclashdlg.hrc b/uui/source/nameclashdlg.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/newerverwarn.hrc b/uui/source/newerverwarn.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/passworddlg.hrc b/uui/source/passworddlg.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/secmacrowarnings.hrc b/uui/source/secmacrowarnings.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/sslwarndlg.hrc b/uui/source/sslwarndlg.hrc
old mode 100755
new mode 100644
diff --git a/uui/source/unknownauthdlg.hrc b/uui/source/unknownauthdlg.hrc
old mode 100755
new mode 100644
commit b2f5298077c9d459ff90cb1e0c146ef70423d786
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:35:22 2012 +0100

    .hxx files don't need executable bits

diff --git a/oox/inc/oox/ole/olestorage.hxx b/oox/inc/oox/ole/olestorage.hxx
old mode 100755
new mode 100644
diff --git a/oox/inc/oox/ole/vbamodule.hxx b/oox/inc/oox/ole/vbamodule.hxx
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/xoutbmp.hxx b/svx/inc/svx/xoutbmp.hxx
old mode 100755
new mode 100644
diff --git a/xmloff/inc/xmloff/PropertySetInfoHash.hxx b/xmloff/inc/xmloff/PropertySetInfoHash.hxx
old mode 100755
new mode 100644
commit 68f27537104473a51465b8964f1003408abb4d4c
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:34:45 2012 +0100

    .h files don't need executable bits

diff --git a/connectivity/source/drivers/ado/ado_post_sys_include.h b/connectivity/source/drivers/ado/ado_post_sys_include.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/ado/ado_pre_sys_include.h b/connectivity/source/drivers/ado/ado_pre_sys_include.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/evoab2/EApi.h b/connectivity/source/drivers/evoab2/EApi.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/kab/KDEInit.h b/connectivity/source/drivers/kab/KDEInit.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsinit.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsinit.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofiledirserviceprovider.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofiledirserviceprovider.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_profile_discover.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_profile_discover.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/bootstrap/post_include_windows.h b/connectivity/source/drivers/mozab/bootstrap/post_include_windows.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/bootstrap/pre_include_windows.h b/connectivity/source/drivers/mozab/bootstrap/pre_include_windows.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/post_include_mozilla.h b/connectivity/source/drivers/mozab/post_include_mozilla.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/mozab/pre_include_mozilla.h b/connectivity/source/drivers/mozab/pre_include_mozilla.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/hsqldb/HStorageAccess.h b/connectivity/source/inc/hsqldb/HStorageAccess.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/hsqldb/StorageFileAccess.h b/connectivity/source/inc/hsqldb/StorageFileAccess.h
old mode 100755
new mode 100644
diff --git a/connectivity/source/inc/hsqldb/StorageNativeInputStream.h b/connectivity/source/inc/hsqldb/StorageNativeInputStream.h
old mode 100755
new mode 100644
diff --git a/editeng/inc/editeng/editengdllapi.h b/editeng/inc/editeng/editengdllapi.h
old mode 100755
new mode 100644
diff --git a/embeddedobj/source/msole/platform.h b/embeddedobj/source/msole/platform.h
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/nativelib/nativeview.h b/embeddedobj/test/Container1/nativelib/nativeview.h
old mode 100755
new mode 100644
diff --git a/formula/inc/formula/formuladllapi.h b/formula/inc/formula/formuladllapi.h
old mode 100755
new mode 100644
diff --git a/framework/inc/threadhelp/igate.h b/framework/inc/threadhelp/igate.h
old mode 100755
new mode 100644
diff --git a/framework/inc/threadhelp/inoncopyable.h b/framework/inc/threadhelp/inoncopyable.h
old mode 100755
new mode 100644
diff --git a/framework/inc/threadhelp/irwlock.h b/framework/inc/threadhelp/irwlock.h
old mode 100755
new mode 100644
diff --git a/framework/inc/threadhelp/itransactionmanager.h b/framework/inc/threadhelp/itransactionmanager.h
old mode 100755
new mode 100644
diff --git a/sd/inc/helpids.h b/sd/inc/helpids.h
old mode 100755
new mode 100644
diff --git a/sfx2/inc/sfx2/dllapi.h b/sfx2/inc/sfx2/dllapi.h
old mode 100755
new mode 100644
diff --git a/shell/inc/internal/resource.h b/shell/inc/internal/resource.h
old mode 100755
new mode 100644
diff --git a/shell/inc/kde_headers.h b/shell/inc/kde_headers.h
old mode 100755
new mode 100644
diff --git a/shell/source/backends/gconfbe/orbit.h b/shell/source/backends/gconfbe/orbit.h
old mode 100755
new mode 100644
diff --git a/svx/inc/svx/svxdllapi.h b/svx/inc/svx/svxdllapi.h
old mode 100755
new mode 100644
diff --git a/svx/source/stbctrls/stbctrls.h b/svx/source/stbctrls/stbctrls.h
old mode 100755
new mode 100644
diff --git a/vbahelper/inc/vbahelper/vbadllapi.h b/vbahelper/inc/vbahelper/vbadllapi.h
old mode 100755
new mode 100644
diff --git a/xmloff/inc/xmloff/XMLFilterServiceNames.h b/xmloff/inc/xmloff/XMLFilterServiceNames.h
old mode 100755
new mode 100644
diff --git a/xmloff/inc/xmloff/dllapi.h b/xmloff/inc/xmloff/dllapi.h
old mode 100755
new mode 100644
diff --git a/xmlscript/inc/xmlscript/xmlns.h b/xmlscript/inc/xmlscript/xmlns.h
old mode 100755
new mode 100644
commit 6295fd6012be04ea5170a827b383de9acf09c700
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:32:47 2012 +0100

    .cxx files don't need executable bits

diff --git a/oox/source/ole/olestorage.cxx b/oox/source/ole/olestorage.cxx
old mode 100755
new mode 100644
diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx
old mode 100755
new mode 100644
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
old mode 100755
new mode 100644
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
old mode 100755
new mode 100644
commit 8ba365c923bee6b7824164c913fd3a9b8776e87f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:32:02 2012 +0100

    .c files don't need executable bits

diff --git a/embeddedobj/test/Container1/nativelib/nativeview.c b/embeddedobj/test/Container1/nativelib/nativeview.c
old mode 100755
new mode 100644
diff --git a/shell/source/unix/misc/gnome-open-url.c b/shell/source/unix/misc/gnome-open-url.c
old mode 100755
new mode 100644
diff --git a/shell/source/unix/misc/uri-encode.c b/shell/source/unix/misc/uri-encode.c
old mode 100755
new mode 100644
commit e476a7632c1ec01d01a8f20692d6f18b90a1cde4
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Mar 23 19:01:23 2012 +0100

    .java files don't need executable bits

diff --git a/accessibility/bridge/org/openoffice/accessibility/AccessBridge.java b/accessibility/bridge/org/openoffice/accessibility/AccessBridge.java
old mode 100755
new mode 100644
diff --git a/accessibility/bridge/org/openoffice/accessibility/KeyHandler.java b/accessibility/bridge/org/openoffice/accessibility/KeyHandler.java
old mode 100755
new mode 100644
diff --git a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/FileSystemRuntimeException.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/FileSystemRuntimeException.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageAccess.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java
old mode 100755
new mode 100644
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/DBaseDriverTest.java b/connectivity/qa/complex/connectivity/DBaseDriverTest.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/FlatFileAccess.java b/connectivity/qa/complex/connectivity/FlatFileAccess.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/HsqlDriverTest.java b/connectivity/qa/complex/connectivity/HsqlDriverTest.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java b/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/SubTestCase.java b/connectivity/qa/complex/connectivity/SubTestCase.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/TestCase.java b/connectivity/qa/complex/connectivity/TestCase.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/dbase/DBaseDateFunctions.java b/connectivity/qa/complex/connectivity/dbase/DBaseDateFunctions.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/dbase/DBaseNumericFunctions.java b/connectivity/qa/complex/connectivity/dbase/DBaseNumericFunctions.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/dbase/DBaseSqlTests.java b/connectivity/qa/complex/connectivity/dbase/DBaseSqlTests.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java b/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData.java b/connectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/AbstractDatabase.java b/connectivity/qa/connectivity/tools/AbstractDatabase.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/CRMDatabase.java b/connectivity/qa/connectivity/tools/CRMDatabase.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/CsvDatabase.java b/connectivity/qa/connectivity/tools/CsvDatabase.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/DataSource.java b/connectivity/qa/connectivity/tools/DataSource.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/DatabaseAccess.java b/connectivity/qa/connectivity/tools/DatabaseAccess.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/DbaseDatabase.java b/connectivity/qa/connectivity/tools/DbaseDatabase.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/FlatFileDatabase.java b/connectivity/qa/connectivity/tools/FlatFileDatabase.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/HsqlColumnDescriptor.java b/connectivity/qa/connectivity/tools/HsqlColumnDescriptor.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/HsqlDatabase.java b/connectivity/qa/connectivity/tools/HsqlDatabase.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/HsqlTableDescriptor.java b/connectivity/qa/connectivity/tools/HsqlTableDescriptor.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/QueryDefinition.java b/connectivity/qa/connectivity/tools/QueryDefinition.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/RowSet.java b/connectivity/qa/connectivity/tools/RowSet.java
old mode 100755
new mode 100644
diff --git a/connectivity/qa/connectivity/tools/sdb/Connection.java b/connectivity/qa/connectivity/tools/sdb/Connection.java
old mode 100755
new mode 100644
diff --git a/dbaccess/qa/complex/dbaccess/CopyTableInterActionHandler.java b/dbaccess/qa/complex/dbaccess/CopyTableInterActionHandler.java
old mode 100755
new mode 100644
diff --git a/dbaccess/qa/complex/dbaccess/CopyTableWizard.java b/dbaccess/qa/complex/dbaccess/CopyTableWizard.java
old mode 100755
new mode 100644
diff --git a/dbaccess/qa/complex/dbaccess/DatabaseApplication.java b/dbaccess/qa/complex/dbaccess/DatabaseApplication.java
old mode 100755
new mode 100644
diff --git a/dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java b/dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/qa/embedding/EmbeddingTest.java b/embeddedobj/qa/embedding/EmbeddingTest.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/qa/embedding/EmbeddingUnitTest.java b/embeddedobj/qa/embedding/EmbeddingUnitTest.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/qa/embedding/Test01.java b/embeddedobj/qa/embedding/Test01.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/qa/embedding/TestHelper.java b/embeddedobj/qa/embedding/TestHelper.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/BitmapPainter.java b/embeddedobj/test/Container1/BitmapPainter.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/EmbedContFrame.java b/embeddedobj/test/Container1/EmbedContFrame.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/JavaWindowPeerFake.java b/embeddedobj/test/Container1/JavaWindowPeerFake.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/NativeView.java b/embeddedobj/test/Container1/NativeView.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/PaintThread.java b/embeddedobj/test/Container1/PaintThread.java
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/WindowHelper.java b/embeddedobj/test/Container1/WindowHelper.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/ModuleManager/CheckXModuleManager.java b/framework/qa/complex/ModuleManager/CheckXModuleManager.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java b/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/accelerators/KeyMapping.java b/framework/qa/complex/accelerators/KeyMapping.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/api_internal/CheckAPI.java b/framework/qa/complex/api_internal/CheckAPI.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/broken_document/LoadDocument.java b/framework/qa/complex/broken_document/LoadDocument.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/broken_document/TestDocument.java b/framework/qa/complex/broken_document/TestDocument.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java b/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/desktop/DesktopTerminate.java b/framework/qa/complex/desktop/DesktopTerminate.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/dispatches/Interceptor.java b/framework/qa/complex/dispatches/Interceptor.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/dispatches/checkdispatchapi.java b/framework/qa/complex/dispatches/checkdispatchapi.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java b/framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/framework/autosave/AutoSave.java b/framework/qa/complex/framework/autosave/AutoSave.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/framework/autosave/ConfigHelper.java b/framework/qa/complex/framework/autosave/ConfigHelper.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/framework/recovery/CrashThread.java b/framework/qa/complex/framework/recovery/CrashThread.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/framework/recovery/KlickButtonThread.java b/framework/qa/complex/framework/recovery/KlickButtonThread.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/framework/recovery/TimeoutThread.java b/framework/qa/complex/framework/recovery/TimeoutThread.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/imageManager/CheckImageManager.java b/framework/qa/complex/imageManager/CheckImageManager.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/imageManager/_XComponent.java b/framework/qa/complex/imageManager/_XComponent.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/imageManager/_XImageManager.java b/framework/qa/complex/imageManager/_XImageManager.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/imageManager/_XInitialization.java b/framework/qa/complex/imageManager/_XInitialization.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/imageManager/_XTypeProvider.java b/framework/qa/complex/imageManager/_XTypeProvider.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/imageManager/_XUIConfiguration.java b/framework/qa/complex/imageManager/_XUIConfiguration.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/imageManager/_XUIConfigurationPersistence.java b/framework/qa/complex/imageManager/_XUIConfigurationPersistence.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/loadAllDocuments/InteractionHandler.java b/framework/qa/complex/loadAllDocuments/InteractionHandler.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/loadAllDocuments/StatusIndicator.java b/framework/qa/complex/loadAllDocuments/StatusIndicator.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/loadAllDocuments/StreamSimulator.java b/framework/qa/complex/loadAllDocuments/StreamSimulator.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/loadAllDocuments/TestDocument.java b/framework/qa/complex/loadAllDocuments/TestDocument.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/path_settings/PathSettingsTest.java b/framework/qa/complex/path_settings/PathSettingsTest.java
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/path_substitution/PathSubstitutionTest.java b/framework/qa/complex/path_substitution/PathSubstitutionTest.java
old mode 100755
new mode 100644
diff --git a/linguistic/qa/complex/linguistic/HangulHanjaConversion.java b/linguistic/qa/complex/linguistic/HangulHanjaConversion.java
old mode 100755
new mode 100644
diff --git a/linguistic/qa/complex/linguistic/TestDocument.java b/linguistic/qa/complex/linguistic/TestDocument.java
old mode 100755
new mode 100644
diff --git a/odk/examples/java/EmbedDocument/EmbeddedObject/EditorFrame.java b/odk/examples/java/EmbedDocument/EmbeddedObject/EditorFrame.java
old mode 100755
new mode 100644
diff --git a/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java b/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java
old mode 100755
new mode 100644
diff --git a/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObjectFactory.java b/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObjectFactory.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/runner/convwatch/DateHelper.java b/qadevOOo/runner/convwatch/DateHelper.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/runner/convwatch/TimeHelper.java b/qadevOOo/runner/convwatch/TimeHelper.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/runner/helper/PropertyHelper.java b/qadevOOo/runner/helper/PropertyHelper.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/form/_XDatabaseParameterBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XDatabaseParameterBroadcaster.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/qadevooo/_SelfTest.java b/qadevOOo/tests/java/ifc/qadevooo/_SelfTest.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/sdb/_XCompletedExecution.java b/qadevOOo/tests/java/ifc/sdb/_XCompletedExecution.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/style/_CharacterStyle.java b/qadevOOo/tests/java/ifc/style/_CharacterStyle.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/style/_PageProperties.java b/qadevOOo/tests/java/ifc/style/_PageProperties.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/style/_PageStyle.java b/qadevOOo/tests/java/ifc/style/_PageStyle.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XModuleUIConfigurationManager.java b/qadevOOo/tests/java/ifc/ui/_XModuleUIConfigurationManager.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XModuleUIConfigurationManagerSupplier.java b/qadevOOo/tests/java/ifc/ui/_XModuleUIConfigurationManagerSupplier.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java b/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationListener.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationListener.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationPersistence.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationPersistence.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationStorage.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationStorage.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIElementFactory.java b/qadevOOo/tests/java/ifc/ui/_XUIElementFactory.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java b/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/ControlMenuController.java b/qadevOOo/tests/java/mod/_fwk/ControlMenuController.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/FontMenuController.java b/qadevOOo/tests/java/mod/_fwk/FontMenuController.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/FontSizeMenuController.java b/qadevOOo/tests/java/mod/_fwk/FontSizeMenuController.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/FooterMenuController.java b/qadevOOo/tests/java/mod/_fwk/FooterMenuController.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/FormatMenuController.java b/qadevOOo/tests/java/mod/_fwk/FormatMenuController.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/HeaderMenuController.java b/qadevOOo/tests/java/mod/_fwk/HeaderMenuController.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/LayoutManager.java b/qadevOOo/tests/java/mod/_fwk/LayoutManager.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/MacrosMenuController.java b/qadevOOo/tests/java/mod/_fwk/MacrosMenuController.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/MenuBarFactory.java b/qadevOOo/tests/java/mod/_fwk/MenuBarFactory.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/ModuleManager.java b/qadevOOo/tests/java/mod/_fwk/ModuleManager.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java b/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManagerSupplier.java b/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManagerSupplier.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java b/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java b/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/UICommandDescription.java b/qadevOOo/tests/java/mod/_fwk/UICommandDescription.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java b/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java b/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
old mode 100755
new mode 100644
diff --git a/qadevOOo/tests/java/mod/_qadevOOo/SelfTest.java b/qadevOOo/tests/java/mod/_qadevOOo/SelfTest.java
old mode 100755
new mode 100644
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FormatValueUtility.java b/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FormatValueUtility.java
old mode 100755
new mode 100644
diff --git a/sc/qa/complex/calcPreview/ViewForwarder.java b/sc/qa/complex/calcPreview/ViewForwarder.java
old mode 100755
new mode 100644
diff --git a/sc/qa/complex/cellRanges/CheckXCellRangesQuery.java b/sc/qa/complex/cellRanges/CheckXCellRangesQuery.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/DocumentInfo.java b/sfx2/qa/complex/sfx2/DocumentInfo.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/DocumentMetadataAccess.java b/sfx2/qa/complex/sfx2/DocumentMetadataAccess.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/DocumentProperties.java b/sfx2/qa/complex/sfx2/DocumentProperties.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java b/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/StandaloneDocumentInfo.java b/sfx2/qa/complex/sfx2/StandaloneDocumentInfo.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/UndoManager.java b/sfx2/qa/complex/sfx2/UndoManager.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/standalonedocinfo/StandaloneDocumentInfoTest.java b/sfx2/qa/complex/sfx2/standalonedocinfo/StandaloneDocumentInfoTest.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/standalonedocinfo/Test01.java b/sfx2/qa/complex/sfx2/standalonedocinfo/Test01.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/standalonedocinfo/TestHelper.java b/sfx2/qa/complex/sfx2/standalonedocinfo/TestHelper.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/tools/DialogThread.java b/sfx2/qa/complex/sfx2/tools/DialogThread.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/tools/TestDocument.java b/sfx2/qa/complex/sfx2/tools/TestDocument.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/tools/WriterHelper.java b/sfx2/qa/complex/sfx2/tools/WriterHelper.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/undo/CalcDocumentTest.java b/sfx2/qa/complex/sfx2/undo/CalcDocumentTest.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java b/sfx2/qa/complex/sfx2/undo/ChartDocumentTest.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/undo/DocumentTest.java b/sfx2/qa/complex/sfx2/undo/DocumentTest.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/undo/DocumentTestBase.java b/sfx2/qa/complex/sfx2/undo/DocumentTestBase.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/undo/DrawDocumentTest.java b/sfx2/qa/complex/sfx2/undo/DrawDocumentTest.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java b/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/undo/ImpressDocumentTest.java b/sfx2/qa/complex/sfx2/undo/ImpressDocumentTest.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/complex/sfx2/undo/WriterDocumentTest.java b/sfx2/qa/complex/sfx2/undo/WriterDocumentTest.java
old mode 100755
new mode 100644
diff --git a/sfx2/qa/unoapi/Test.java b/sfx2/qa/unoapi/Test.java
old mode 100755
new mode 100644
diff --git a/smoketest/com/sun/star/comp/smoketest/TestExtension.java b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/AccessibleStatusBar.java b/toolkit/qa/complex/toolkit/AccessibleStatusBar.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java b/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/Assert.java b/toolkit/qa/complex/toolkit/Assert.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/GridControl.java b/toolkit/qa/complex/toolkit/GridControl.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleContext.java b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleContext.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleEventBroadcaster.java b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleEventBroadcaster.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleExtendedComponent.java b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleExtendedComponent.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/awtgrid/DummyColumn.java b/toolkit/qa/complex/toolkit/awtgrid/DummyColumn.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/awtgrid/GridDataListener.java b/toolkit/qa/complex/toolkit/awtgrid/GridDataListener.java
old mode 100755
new mode 100644
diff --git a/toolkit/qa/complex/toolkit/awtgrid/TMutableGridDataModel.java b/toolkit/qa/complex/toolkit/awtgrid/TMutableGridDataModel.java
old mode 100755
new mode 100644
diff --git a/toolkit/test/accessibility/AccessibilityTree.java b/toolkit/test/accessibility/AccessibilityTree.java
old mode 100755
new mode 100644
diff --git a/toolkit/test/accessibility/AccessibilityWorkBench.java b/toolkit/test/accessibility/AccessibilityWorkBench.java
old mode 100755
new mode 100644
diff --git a/toolkit/test/accessibility/Canvas.java b/toolkit/test/accessibility/Canvas.java
old mode 100755
new mode 100644
diff --git a/toolkit/test/accessibility/InformationWriter.java b/toolkit/test/accessibility/InformationWriter.java
old mode 100755
new mode 100644
diff --git a/toolkit/test/accessibility/MessageInterface.java b/toolkit/test/accessibility/MessageInterface.java
old mode 100755
new mode 100644
diff --git a/toolkit/test/accessibility/OfficeConnection.java b/toolkit/test/accessibility/OfficeConnection.java
old mode 100755
new mode 100644
diff --git a/toolkit/test/accessibility/Print.java b/toolkit/test/accessibility/Print.java
old mode 100755
new mode 100644
diff --git a/toolkit/test/accessibility/SimpleOffice.java b/toolkit/test/accessibility/SimpleOffice.java
old mode 100755
new mode 100644
diff --git a/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java b/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java
old mode 100755
new mode 100644
diff --git a/wizards/com/sun/star/wizards/report/IReportDefinitionReadAccess.java b/wizards/com/sun/star/wizards/report/IReportDefinitionReadAccess.java
old mode 100755
new mode 100644
diff --git a/wizards/com/sun/star/wizards/ui/PathSelection.java b/wizards/com/sun/star/wizards/ui/PathSelection.java
old mode 100755
new mode 100644
diff --git a/wizards/com/sun/star/wizards/ui/XPathSelectionListener.java b/wizards/com/sun/star/wizards/ui/XPathSelectionListener.java
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/tools/httpserv/src/httpserv/Main.java b/xmlsecurity/test_docs/tools/httpserv/src/httpserv/Main.java
old mode 100755
new mode 100644


More information about the Libreoffice-commits mailing list