ooo-build r12945 - in trunk: . patches/dev300
- From: thorstenb svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12945 - in trunk: . patches/dev300
- Date: Mon, 23 Jun 2008 20:14:23 +0000 (UTC)
Author: thorstenb
Date: Mon Jun 23 20:14:22 2008
New Revision: 12945
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12945&view=rev
Log:
* patches/dev300/apply:
* patches/dev300/linkwarn-sd-no-dnd-links.diff: made drag and drop
add pictures to Draw/Impress by value, not by link.
Added:
trunk/patches/dev300/linkwarn-sd-no-dnd-links.diff
Modified:
trunk/ChangeLog
trunk/patches/dev300/apply
Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply (original)
+++ trunk/patches/dev300/apply Mon Jun 23 20:14:22 2008
@@ -2040,6 +2040,7 @@
linkwarn-svtools-miscopts-bits.diff, n#348149, thorsten
linkwarn-officecfg-disable-msgbox.diff, n#348149, thorsten
linkwarn-svx-warning-dlg.diff, n#348149, thorsten
+linkwarn-sd-no-dnd-links.diff, n#348149, thorsten
[ IntegrateExtensions ]
scp2_build_extensions.diff
Added: trunk/patches/dev300/linkwarn-sd-no-dnd-links.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/linkwarn-sd-no-dnd-links.diff Mon Jun 23 20:14:22 2008
@@ -0,0 +1,17 @@
+ sd/source/ui/view/sdview4.cxx | 3 ---
+ 1 files changed, 0 insertions(+), 3 deletions(-)
+
+diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx
+index ae54524..f45bd72 100644
+--- sd/source/ui/view/sdview4.cxx
++++ sd/source/ui/view/sdview4.cxx
+@@ -350,9 +350,6 @@ IMPL_LINK( View, DropInsertFileHdl, Timer*, EMPTYARG )
+ sal_Int8 nTempAction = ( aIter == maDropFileVector.begin() ) ? mnAction : 0;
+ SdrGrafObj* pGrafObj = InsertGraphic( aGraphic, nTempAction, maDropPos, NULL, NULL );
+
+- if( pGrafObj )
+- pGrafObj->SetGraphicLink( aCurrentDropFile, String() );
+-
+ // return action from first inserted graphic
+ if( aIter == maDropFileVector.begin() )
+ mnAction = nTempAction;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]