Fix typo
Change-Id: Ida6978ed843615504fac7ce0a0a6a08a66f10367 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124320 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
428385fb87
commit
dd3c70cea6
@@ -235,7 +235,7 @@ End Property ' SFDocuments.SF_Calc.Range
|
|||||||
REM -----------------------------------------------------------------------------
|
REM -----------------------------------------------------------------------------
|
||||||
Property Get Region(Optional ByVal RangeName As Variant) As String
|
Property Get Region(Optional ByVal RangeName As Variant) As String
|
||||||
''' Returns the smallest area as a range string that contains the given range
|
''' Returns the smallest area as a range string that contains the given range
|
||||||
''' and which is compeletely surrounded with empty cells
|
''' and which is completely surrounded with empty cells
|
||||||
Region = _PropertyGet("Region", RangeName)
|
Region = _PropertyGet("Region", RangeName)
|
||||||
End Property ' SFDocuments.SF_Calc.Region
|
End Property ' SFDocuments.SF_Calc.Region
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user