summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/excelvbahelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/excelvbahelper.hxx')
-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 8ae36b25f072..3b6a2f094369 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 an uno object.
+// Extracts a implementation object ( via XUnoTunnel ) from a uno object.
// Will throw if unsuccessful.
/// @throws css::uno::RuntimeException
template < typename ImplObject >