diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-24 21:55:34 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-24 22:11:05 +0200 |
commit | 8617afc0a88789722202cd0f30678eaee6c95580 (patch) | |
tree | b1a1c107978259c9660984e2cb5e0dfa5fbd51a8 | |
parent | 1c14618eaf7c2cc15f060733d6f88a5d4ed132f9 (diff) |
writerfilter: unused efforts.sh
Change-Id: Ide86e29584faeff1d4b8a7d6d8a9a59acc725bd4
-rwxr-xr-x | writerfilter/source/ooxml/efforts.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/writerfilter/source/ooxml/efforts.sh b/writerfilter/source/ooxml/efforts.sh deleted file mode 100755 index e2c58e26e540..000000000000 --- a/writerfilter/source/ooxml/efforts.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -./status.sh | xmllint --format - | xsltproc todo.xsl - | xsltproc effort.xsl - |