summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/vba
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba')
-rw-r--r--sc/source/ui/vba/vbarange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index bf31b237bed0..92a1ea9ebf58 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -1401,7 +1401,7 @@ table::CellRangeAddress getCellRangeAddressForVBARange( const uno::Any& aParam,
break;
default:
- throw uno::RuntimeException("Can't extact CellRangeAddress from type" );
+ throw uno::RuntimeException("Can't extract CellRangeAddress from type" );
}
return lclGetRangeAddress( xRangeParam );
}