ooo-build r13706 - in trunk: . patches/dev300
- From: thorstenb svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13706 - in trunk: . patches/dev300
- Date: Thu, 28 Aug 2008 12:17:01 +0000 (UTC)
Author: thorstenb
Date: Thu Aug 28 12:17:01 2008
New Revision: 13706
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13706&view=rev
Log:
* patches/dev300/svtools-update-ole.diff: also update
outplace-active docs, when closing.
Added:
trunk/patches/dev300/svtools-update-ole.diff
Modified:
trunk/ChangeLog
trunk/patches/dev300/apply
Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply (original)
+++ trunk/patches/dev300/apply Thu Aug 28 12:17:01 2008
@@ -2555,6 +2555,7 @@
[ Fixes ]
win32-mergemodule-pm.diff, tml
+svtools-update-ole.diff, n#411855, thorsten
[ Fixes < dev300-m30 < ooo300-m3 ]
pdfimport-system-poppler-m29.diff, i#92920, cmc
Added: trunk/patches/dev300/svtools-update-ole.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/svtools-update-ole.diff Thu Aug 28 12:17:01 2008
@@ -0,0 +1,13 @@
+--- svtools/source/misc/embedhlp.cxx 10 Jan 2008 16:45:01 -0000 1.23.170.1
++++ svtools/source/misc/embedhlp.cxx 27 Aug 2008 22:30:27 -0000
+@@ -212,7 +212,9 @@ void SAL_CALL EmbedEventListener_Impl::m
+ else
+ pObject->UpdateReplacement();
+ }
+- else if ( nState == embed::EmbedStates::UI_ACTIVE || nState == embed::EmbedStates::INPLACE_ACTIVE )
++ else if ( nState == embed::EmbedStates::ACTIVE ||
++ nState == embed::EmbedStates::UI_ACTIVE ||
++ nState == embed::EmbedStates::INPLACE_ACTIVE )
+ {
+ // in case the object is inplace or UI active the replacement image should be updated on demand
+ pObject->UpdateReplacementOnDemand();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]