update ooo310-m15
[ooovba.git] / applied_patches / 0400-range-defaultmethod-i98476.diff
blob72a679df8cd83e021a1c2c03117496c48828f41d
1 diff --git sc/source/ui/vba/vbarange.cxx sc/source/ui/vba/vbarange.cxx
2 index 95f312c..cd25749 100644
3 --- sc/source/ui/vba/vbarange.cxx
4 +++ sc/source/ui/vba/vbarange.cxx
5 @@ -3388,7 +3391,7 @@ ScVbaRange::createEnumeration() throw (uno::RuntimeException)
6 ::rtl::OUString SAL_CALL
7 ScVbaRange::getDefaultMethodName( ) throw (uno::RuntimeException)
9 - const static rtl::OUString sName( RTL_CONSTASCII_USTRINGPARAM("Cells") );
10 + const static rtl::OUString sName( RTL_CONSTASCII_USTRINGPARAM("Item") );
11 return sName;