ooo-build r13586 - in trunk: . patches/dev300 patches/vba
- From: pflin svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13586 - in trunk: . patches/dev300 patches/vba
- Date: Fri, 15 Aug 2008 08:41:48 +0000 (UTC)
Author: pflin
Date: Fri Aug 15 08:41:48 2008
New Revision: 13586
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13586&view=rev
Log:
2008-08-15 Fong Lin <pflin novell com>
* patches/vba/vba-worksheet-paste-fix.diff:
* patches/dev300/apply: Fixed for n#417439.
Added:
trunk/patches/vba/vba-worksheet-paste-fix.diff
Modified:
trunk/ChangeLog
trunk/patches/dev300/apply
Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply (original)
+++ trunk/patches/dev300/apply Fri Aug 15 08:41:48 2008
@@ -1520,6 +1520,7 @@
vba-empty-comparison-fix.diff, n#397438, Fong
# Add Worksheet.EnableSelection
vba-worksheet-enableselection.diff, n#405312, Fong
+vba-worksheet-paste-fix.diff, n#417439, Fong
# Fixed for n#407805
basic-not-is-nothing.diff, n#407805, Fong
Added: trunk/patches/vba/vba-worksheet-paste-fix.diff
==============================================================================
--- (empty file)
+++ trunk/patches/vba/vba-worksheet-paste-fix.diff Fri Aug 15 08:41:48 2008
@@ -0,0 +1,11 @@
+--- sc/source/ui/vba/vbahelper.cxx.orig 2008-08-15 16:40:22.000000000 +0800
++++ sc/source/ui/vba/vbahelper.cxx 2008-08-15 16:40:32.000000000 +0800
+@@ -249,7 +249,7 @@ void
+ implnPaste()
+ {
+ PasteCellsWarningReseter resetWarningBox;
+- ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell();
++ ScTabViewShell* pViewShell = getCurrentBestViewShell();
+ if ( pViewShell )
+ {
+ pViewShell->PasteFromSystem();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]