summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_update.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_update.hxx')
-rw-r--r--desktop/source/deployment/inc/dp_update.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/dp_update.hxx b/desktop/source/deployment/inc/dp_update.hxx
index 390fb0c6ee87..107857dbeb31 100644
--- a/desktop/source/deployment/inc/dp_update.hxx
+++ b/desktop/source/deployment/inc/dp_update.hxx
@@ -125,11 +125,10 @@ UpdateInfoMap getOnlineUpdateInfos(
std::vector< std::pair< css::uno::Reference<
css::deployment::XPackage>, css::uno::Any> > & out_errors);
-/* retunrs the highest version from the provided arguments.
+/* returns the highest version from the provided arguments.
*/
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC
OUString getHighestVersion(
- OUString const & userVersion,
OUString const & sharedVersion,
OUString const & bundledVersion,
OUString const & onlineVersion);