Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


This is definitely in the running for "most boring patch ever," but
for those of us who do our work mostly in a shell, it's distracting
to have a bunch of bright green (or whatever) files randomly scattered
throughout the directories.

No functional change.

P
From 9ec425307bfb38ed29333695f0fb65ae6d93ea62 Mon Sep 17 00:00:00 2001
From: Phil Bordelon <phil@thenexusproject.org>
Date: Fri, 1 Oct 2010 11:44:43 -0500
Subject: [PATCH] Remove executable bit from non-executable files


Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
---
 sw/qa/complex/writer/testdocuments/TESTMETA.odt    |  Bin 8678 -> 8678 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 starmath/inc/format.hxx
 mode change 100755 => 100644 starmath/source/node.cxx
 mode change 100755 => 100644 starmath/source/parse.cxx
 mode change 100755 => 100644 starmath/source/smres.src
 mode change 100755 => 100644 starmath/source/unomodel.cxx
 mode change 100755 => 100644 starmath/source/view.cxx
 mode change 100755 => 100644 sw/inc/IDocumentDeviceAccess.hxx
 mode change 100755 => 100644 sw/inc/dochdl.hrc
 mode change 100755 => 100644 sw/inc/fmtmeta.hxx
 mode change 100755 => 100644 sw/inc/printdata.hxx
 mode change 100755 => 100644 sw/inc/unotxdoc.hxx
 mode change 100755 => 100644 sw/inc/viewopt.hxx
 mode change 100755 => 100644 sw/prj/build.lst
 mode change 100755 => 100644 sw/qa/complex/checkColor/CheckChangeColor.java
 mode change 100755 => 100644 sw/qa/complex/checkColor/makefile.mk
 mode change 100755 => 100644 sw/qa/complex/indeterminateState/CheckIndeterminateState.java
 mode change 100755 => 100644 sw/qa/complex/indeterminateState/makefile.mk
 mode change 100755 => 100644 sw/qa/complex/writer/CheckIndexedPropertyValues.java
 mode change 100755 => 100644 sw/qa/complex/writer/CheckNamedPropertyValues.java
 mode change 100755 => 100644 sw/qa/complex/writer/TextPortionEnumerationTest.java
 mode change 100755 => 100644 sw/qa/complex/writer/makefile.mk
 mode change 100755 => 100644 sw/qa/complex/writer/testdocuments/TESTMETA.odt
 mode change 100755 => 100644 sw/sdi/_annotsh.sdi
 mode change 100755 => 100644 sw/sdi/annotsh.sdi
 mode change 100755 => 100644 sw/sdi/swriter.sdi
 mode change 100755 => 100644 sw/source/core/fields/textapi.cxx
 mode change 100755 => 100644 sw/source/core/inc/textapi.hxx
 mode change 100755 => 100644 sw/source/core/inc/unometa.hxx
 mode change 100755 => 100644 sw/source/core/view/makefile.mk
 mode change 100755 => 100644 sw/source/core/view/printdata.cxx
 mode change 100755 => 100644 sw/source/core/view/vprint.cxx
 mode change 100755 => 100644 sw/source/filter/ww8/wrtww8.cxx
 mode change 100755 => 100644 sw/source/ui/app/docsh.cxx
 mode change 100755 => 100644 sw/source/ui/config/optdlg.src
 mode change 100755 => 100644 sw/source/ui/config/optpage.cxx
 mode change 100755 => 100644 sw/source/ui/dochdl/dochdl.src
 mode change 100755 => 100644 sw/source/ui/dochdl/gloshdl.cxx
 mode change 100755 => 100644 sw/source/ui/docvw/SidebarWin.cxx
 mode change 100755 => 100644 sw/source/ui/inc/annotsh.hxx
 mode change 100755 => 100644 sw/source/ui/inc/langhelper.hxx
 mode change 100755 => 100644 sw/source/ui/shells/annotsh.cxx
 mode change 100755 => 100644 sw/source/ui/uiview/view2.cxx
 mode change 100755 => 100644 sw/source/ui/uiview/viewling.cxx
 mode change 100755 => 100644 sw/source/ui/uiview/viewstat.cxx
 mode change 100755 => 100644 sw/source/ui/vba/vbaeventshelper.cxx
 mode change 100755 => 100644 sw/source/ui/vba/vbaeventshelper.hxx
 mode change 100755 => 100644 sw/util/msword.map

diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
old mode 100755
new mode 100644
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
old mode 100755
new mode 100644
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
old mode 100755
new mode 100644
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
old mode 100755
new mode 100644
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
old mode 100755
new mode 100644
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
old mode 100755
new mode 100644
diff --git a/sw/inc/IDocumentDeviceAccess.hxx b/sw/inc/IDocumentDeviceAccess.hxx
old mode 100755
new mode 100644
diff --git a/sw/inc/dochdl.hrc b/sw/inc/dochdl.hrc
old mode 100755
new mode 100644
diff --git a/sw/inc/fmtmeta.hxx b/sw/inc/fmtmeta.hxx
old mode 100755
new mode 100644
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx
old mode 100755
new mode 100644
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
old mode 100755
new mode 100644
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx
old mode 100755
new mode 100644
diff --git a/sw/prj/build.lst b/sw/prj/build.lst
old mode 100755
new mode 100644
diff --git a/sw/qa/complex/checkColor/CheckChangeColor.java 
b/sw/qa/complex/checkColor/CheckChangeColor.java
old mode 100755
new mode 100644
diff --git a/sw/qa/complex/checkColor/makefile.mk b/sw/qa/complex/checkColor/makefile.mk
old mode 100755
new mode 100644
diff --git a/sw/qa/complex/indeterminateState/CheckIndeterminateState.java 
b/sw/qa/complex/indeterminateState/CheckIndeterminateState.java
old mode 100755
new mode 100644
diff --git a/sw/qa/complex/indeterminateState/makefile.mk 
b/sw/qa/complex/indeterminateState/makefile.mk
old mode 100755
new mode 100644
diff --git a/sw/qa/complex/writer/CheckIndexedPropertyValues.java 
b/sw/qa/complex/writer/CheckIndexedPropertyValues.java
old mode 100755
new mode 100644
diff --git a/sw/qa/complex/writer/CheckNamedPropertyValues.java 
b/sw/qa/complex/writer/CheckNamedPropertyValues.java
old mode 100755
new mode 100644
diff --git a/sw/qa/complex/writer/TextPortionEnumerationTest.java 
b/sw/qa/complex/writer/TextPortionEnumerationTest.java
old mode 100755
new mode 100644
diff --git a/sw/qa/complex/writer/makefile.mk b/sw/qa/complex/writer/makefile.mk
old mode 100755
new mode 100644
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi
old mode 100755
new mode 100644
diff --git a/sw/sdi/annotsh.sdi b/sw/sdi/annotsh.sdi
old mode 100755
new mode 100644
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
old mode 100755
new mode 100644
diff --git a/sw/source/core/fields/textapi.cxx b/sw/source/core/fields/textapi.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/core/inc/textapi.hxx b/sw/source/core/inc/textapi.hxx
old mode 100755
new mode 100644
diff --git a/sw/source/core/inc/unometa.hxx b/sw/source/core/inc/unometa.hxx
old mode 100755
new mode 100644
diff --git a/sw/source/core/view/makefile.mk b/sw/source/core/view/makefile.mk
old mode 100755
new mode 100644
diff --git a/sw/source/core/view/printdata.cxx b/sw/source/core/view/printdata.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/core/view/vprint.cxx b/sw/source/core/view/vprint.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
old mode 100755
new mode 100644
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/dochdl/dochdl.src b/sw/source/ui/dochdl/dochdl.src
old mode 100755
new mode 100644
diff --git a/sw/source/ui/dochdl/gloshdl.cxx b/sw/source/ui/dochdl/gloshdl.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/docvw/SidebarWin.cxx b/sw/source/ui/docvw/SidebarWin.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/inc/annotsh.hxx b/sw/source/ui/inc/annotsh.hxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/inc/langhelper.hxx b/sw/source/ui/inc/langhelper.hxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/shells/annotsh.cxx b/sw/source/ui/shells/annotsh.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/uiview/viewling.cxx b/sw/source/ui/uiview/viewling.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/uiview/viewstat.cxx b/sw/source/ui/uiview/viewstat.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/vba/vbaeventshelper.cxx b/sw/source/ui/vba/vbaeventshelper.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/ui/vba/vbaeventshelper.hxx b/sw/source/ui/vba/vbaeventshelper.hxx
old mode 100755
new mode 100644
diff --git a/sw/util/msword.map b/sw/util/msword.map
old mode 100755
new mode 100644
-- 
1.7.0.4


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.