From b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 21 Apr 2016 23:21:13 +0200 Subject: Fix typos Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3 Reviewed-on: https://gerrit.libreoffice.org/24286 Tested-by: Jenkins Reviewed-by: jan iversen --- sc/source/ui/vba/vbahyperlinks.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/vba/vbahyperlinks.cxx') diff --git a/sc/source/ui/vba/vbahyperlinks.cxx b/sc/source/ui/vba/vbahyperlinks.cxx index 6eb7d6923b00..8e587dd0bb52 100644 --- a/sc/source/ui/vba/vbahyperlinks.cxx +++ b/sc/source/ui/vba/vbahyperlinks.cxx @@ -215,7 +215,7 @@ uno::Reference< excel::XHyperlink > SAL_CALL ScVbaHyperlinks::Add( const uno::Any& rAnchor, const uno::Any& rAddress, const uno::Any& rSubAddress, const uno::Any& rScreenTip, const uno::Any& rTextToDisplay ) throw (uno::RuntimeException, std::exception) { - /* If this Hyperlinks object has been craeted from a Range object, the + /* If this Hyperlinks object has been created from a Range object, the call to Add() is passed to the Hyperlinks object of the parent worksheet. This container will not be modified (it will not contain the inserted hyperlink). -- cgit