summaryrefslogtreecommitdiff
path: root/help3xsl/get_url.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/get_url.xsl')
-rw-r--r--help3xsl/get_url.xsl5
1 files changed, 0 insertions, 5 deletions
diff --git a/help3xsl/get_url.xsl b/help3xsl/get_url.xsl
index 0f9a3f1a5d..59e2e4edd5 100644
--- a/help3xsl/get_url.xsl
+++ b/help3xsl/get_url.xsl
@@ -15,11 +15,6 @@ xsltproc get_bookmark.xsl <file.xhp>
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-<xsl:param name="app"/>
-<xsl:param name="Language"/>
-<xsl:param name="productname" select="'LibreOffice'"/>
-<xsl:param name="productversion"/>
-
<xsl:output indent="yes" method="text"/>
<!--
libreoffice-6-2'>feature/sw_redlinehide_4a_for_libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/datasourcehandling.hxx
AgeCommit message (Expand)Author
2024-11-07loplugin:passstuffbyref make some small improvementsNoel Grandin
2023-04-12rename intern->internalNoel Grandin
2021-02-01abpilot : remove useless type PackageAccessControlArnaud Versini
2020-12-19Related tdf#138715: kill last Mork refsJulien Nabet
2020-11-24tdf#124176 Use #pragma once in extensions/source/abpilotShyamPraveenSingh
2020-05-08compact namespace in editeng..extensionsNoel Grandin
2020-04-02tdf#117101 Make Spreadsheet the default new data source typeGabor Kelemen
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-05-10an uno -> a unoCaolán McNamara
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-02-22weld native message dialogsCaolán McNamara
2017-03-25Fix typosAndrea Gelmini
2016-09-11coverity#1371190 Missing move assignment operatorCaolán McNamara
2016-08-19tdf#89329: use unique_ptr for pImpl in datasourcehandlingArnold Dumas
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-11loplugin:unusedmethods unused return value in extensionsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-18use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara
2015-06-18Fix typosAndrea Gelmini
2015-06-04abpilot: embed the data source definition, if possible + requestedMiklos Vajna
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-05extensions: remove SAL_THROW macroNoel Grandin
2014-05-02extensions: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold
2014-02-27Remove visual noise from extensionsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin
2013-03-12coverity#704143: Resource leak in objectJulien Nabet
2012-06-21re-base on ALv2 code.Michael Meeks