diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-21 23:21:13 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-04-22 06:47:06 +0000 |
commit | b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9 (patch) | |
tree | 2a7d90a0621d8b6a7b158b2cbf3fba15e39f18ce /sc | |
parent | 2e1a724c2029783e84d7c508c6010afac0d6d10f (diff) |
Fix typos
Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3
Reviewed-on: https://gerrit.libreoffice.org/24286
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/xehelper.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/vba/vbahyperlinks.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx index 30eae8dca7f7..6b17b323747b 100644 --- a/sc/source/filter/inc/xehelper.hxx +++ b/sc/source/filter/inc/xehelper.hxx @@ -185,7 +185,7 @@ public: /** Returns true, if a single HLINK record has been created. */ bool HasLinkRecord() const; - /** Returns the craeted single HLINk record, or an empty reference. */ + /** Returns the created single HLINk record, or an empty reference. */ XclExpHyperlinkRef GetLinkRecord(); /** Returns true, if multiple URLs have been processed. */ 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). |