[Libreoffice-commits] core.git: sc/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 16 05:58:52 UTC 2019


 sc/source/ui/vba/excelvbahelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e9c9c572f5be84be4833ba5afc54eaa95947e57
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 15 09:04:44 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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 >


More information about the Libreoffice-commits mailing list