summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-15 09:04:44 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-16 07:58:15 +0200
commit1e9c9c572f5be84be4833ba5afc54eaa95947e57 (patch)
tree62e622386b1ad52e567005daa458dfef940ae33d /sc
parentfe2af9db48ae493b6782b4b4d82da80f14638a10 (diff)
Fix typo
Change-Id: I38249b6ceeea7d59a23a6a4b841877724a343b78 Reviewed-on: https://gerrit.libreoffice.org/72390 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/vba/excelvbahelper.hxx2
1 files changed, 1 insertions, 1 deletions
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 >