From 9e0c99760a4711a58524ec0d12e7038b2e119c5e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 23 Apr 2021 22:26:18 +0200 Subject: Removed executable bits on source files Change-Id: Ic52623ac8ca6e0758578b7ae57332f0e9c184b5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114573 Reviewed-by: Julien Nabet Tested-by: Jenkins --- sc/inc/clipparam.hxx | 0 sc/inc/document.hxx | 0 sc/inc/table.hxx | 0 sc/qa/unit/ucalc.cxx | 0 sc/qa/unit/ucalc.hxx | 0 sc/qa/unit/uicalc/uicalc.cxx | 0 sc/source/core/data/clipparam.cxx | 0 sc/source/core/data/formulacell.cxx | 0 sc/source/core/data/table2.cxx | 0 sc/source/ui/inc/viewfunc.hxx | 0 sc/source/ui/view/viewfun3.cxx | 0 11 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 sc/inc/clipparam.hxx mode change 100755 => 100644 sc/inc/document.hxx mode change 100755 => 100644 sc/inc/table.hxx mode change 100755 => 100644 sc/qa/unit/ucalc.cxx mode change 100755 => 100644 sc/qa/unit/ucalc.hxx mode change 100755 => 100644 sc/qa/unit/uicalc/uicalc.cxx mode change 100755 => 100644 sc/source/core/data/clipparam.cxx mode change 100755 => 100644 sc/source/core/data/formulacell.cxx mode change 100755 => 100644 sc/source/core/data/table2.cxx mode change 100755 => 100644 sc/source/ui/inc/viewfunc.hxx mode change 100755 => 100644 sc/source/ui/view/viewfun3.cxx (limited to 'sc') diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx old mode 100755 new mode 100644 diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx old mode 100755 new mode 100644 diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx old mode 100755 new mode 100644 diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx old mode 100755 new mode 100644 diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx old mode 100755 new mode 100644 diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx old mode 100755 new mode 100644 diff --git a/sc/source/core/data/clipparam.cxx b/sc/source/core/data/clipparam.cxx old mode 100755 new mode 100644 diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx old mode 100755 new mode 100644 diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx old mode 100755 new mode 100644 diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx old mode 100755 new mode 100644 diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx old mode 100755 new mode 100644 -- cgit