summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/misc
diff options
context:
space:
mode:
authorDouglas Mencken <dougmencken@gmail.com>2016-03-07 00:02:38 -0500
committerNoel Grandin <noelgrandin@gmail.com>2016-03-07 06:25:58 +0000
commiteb0774032011e45bf97f3102bf2005b4ae85f07d (patch)
tree6ac2db9b7de4a7afce82f9b07e3f043082f720d8 /desktop/source/deployment/misc
parentimprove defaultparams loplugin (diff)
downloadcore-eb0774032011e45bf97f3102bf2005b4ae85f07d.tar.gz
core-eb0774032011e45bf97f3102bf2005b4ae85f07d.zip
fix typo getSupportedPlaforms -> getSupportedPlatforms
Change-Id: I6adecfc0475b3c93a538874515be478efb733fae Reviewed-on: https://gerrit.libreoffice.org/22968 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'desktop/source/deployment/misc')
-rw-r--r--desktop/source/deployment/misc/dp_descriptioninfoset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
index 38cefc4ab793..021de7ae7e0a 100644
--- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
+++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
@@ -462,7 +462,7 @@ OUString DescriptionInfoset::getVersion() const
return getNodeValueFromExpression( "desc:version/@value" );
}
-css::uno::Sequence< OUString > DescriptionInfoset::getSupportedPlaforms() const
+css::uno::Sequence< OUString > DescriptionInfoset::getSupportedPlatforms() const
{
//When there is no description.xml then we assume that we support all platforms
if (! m_element.is())