sc/source/ui/vba/excelvbahelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e9c9c572f5be84be4833ba5afc54eaa95947e57 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 15 09:04:44 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu May 16 07:58:15 2019 +0200 Fix typo Change-Id: I38249b6ceeea7d59a23a6a4b841877724a343b78 Reviewed-on: https://gerrit.libreoffice.org/72390 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/vba/excelvbahelper.hxx b/sc/source/ui/vba/excelvbahelper.hxx index 3b6a2f094369..04007ed16d77 100644 --- a/sc/source/ui/vba/excelvbahelper.hxx +++ b/sc/source/ui/vba/excelvbahelper.hxx @@ -80,7 +80,7 @@ public: static SfxItemSet* GetDataSet( ScCellRangesBase* pRangeObj ); }; -// Extracts a implementation object ( via XUnoTunnel ) from a uno object. +// Extracts an implementation object (via XUnoTunnel) from a UNO object. // Will throw if unsuccessful. /// @throws css::uno::RuntimeException template < typename ImplObject > _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
