ooo-build r15168 - in trunk: . patches/dev300 patches/vba
- From: noelpwer svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r15168 - in trunk: . patches/dev300 patches/vba
- Date: Tue, 27 Jan 2009 15:57:18 +0000 (UTC)
Author: noelpwer
Date: Tue Jan 27 15:57:17 2009
New Revision: 15168
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15168&view=rev
Log:
2009-01-27 Noel Power <noel power novell com>
* patches/dev300/apply: add fix below
* patches/vba/range-defaultmethod-i98476.diff:
Added:
trunk/patches/vba/range-defaultmethod-i98476.diff
Modified:
trunk/ChangeLog
trunk/patches/dev300/apply
Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply (original)
+++ trunk/patches/dev300/apply Tue Jan 27 15:57:17 2009
@@ -1959,6 +1959,7 @@
#vba-word-support.diff, Fong
#vba-word-executable-option.diff, Fong
vba-interior-object-fix.diff, n#459479, Fong
+range-defaultmethod-i98476.diff, i#98476
[ VBAUntested ]
SectionOwner => noelpwer
vba-basic-null.diff i#85349, jjiao
Added: trunk/patches/vba/range-defaultmethod-i98476.diff
==============================================================================
--- (empty file)
+++ trunk/patches/vba/range-defaultmethod-i98476.diff Tue Jan 27 15:57:17 2009
@@ -0,0 +1,13 @@
+diff --git sc/source/ui/vba/vbarange.cxx sc/source/ui/vba/vbarange.cxx
+index 95f312c..cd25749 100644
+--- sc/source/ui/vba/vbarange.cxx
++++ sc/source/ui/vba/vbarange.cxx
+@@ -3388,7 +3391,7 @@ ScVbaRange::createEnumeration() throw (uno::RuntimeException)
+ ::rtl::OUString SAL_CALL
+ ScVbaRange::getDefaultMethodName( ) throw (uno::RuntimeException)
+ {
+- const static rtl::OUString sName( RTL_CONSTASCII_USTRINGPARAM("Cells") );
++ const static rtl::OUString sName( RTL_CONSTASCII_USTRINGPARAM("Item") );
+ return sName;
+ }
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]