diff options
author | Chandanathil P. Geevan <cpgeevan@gmail.com> | 2016-10-24 01:05:12 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2016-10-24 17:49:11 +0000 |
commit | b560ca36513ef209b23081dc5b971d30dd60e5f1 (patch) | |
tree | dedabecb1f31cbc2f20b03f3943f0146182824c0 /help3xsl | |
parent | a4da1a4e16caf0c413b5a4e4f3e2e7c068fede51 (diff) |
tdf#80439 Help pages for (NET)WORKDAYS.INTL
removed useless file
replaced commas with semicolons in function expression
Change-Id: I76ce8945d7f5d51f7b356dc8063db1b4623e905b
Reviewed-on: https://gerrit.libreoffice.org/30217
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl')
-rwxr-xr-x | help3xsl/get_bookmark.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/help3xsl/get_bookmark.sh b/help3xsl/get_bookmark.sh index 2ae124c712..b8e7ee6618 100755 --- a/help3xsl/get_bookmark.sh +++ b/help3xsl/get_bookmark.sh @@ -1,11 +1,11 @@ #/bin/bash -<!-- - * 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 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/. +#* stub1='<html><head><link rel="stylesheet" type="text/css" href="/default.css"/></head><body><ul class="indexlink">' stub2='</ul></body></html>' |