[ooo-build-commit] .: patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Jun 3 14:19:00 PDT 2010
patches/dev300/apply | 1 +
patches/dev300/draw-load-layer-visibility-fix.diff | 13 +++++++++++++
2 files changed, 14 insertions(+)
New commits:
commit e3023c7c9fc47856a613524c14e12889105cdb04
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Jun 3 17:18:54 2010 -0400
Properly mark invisible layers upon document load.
* patches/dev300/apply:
* patches/dev300/draw-load-layer-visibility-fix.diff: call
ResetActualLayer() after the view settings are read to mark
invisible layers properly. (n#606434)
diff --git a/patches/dev300/apply b/patches/dev300/apply
index f86d7ef..abc102e 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -3754,6 +3754,7 @@ sled10-splash.diff, i#123456, pmladek
[ Fixes ]
svx-ppt-bullet-offset-fix.diff, n#593609, rodo
+draw-load-layer-visibility-fix.diff, n#606434, kohei
[ EMFPlus ]
emf+-canvas-vcl-clear.diff, rodo
diff --git a/patches/dev300/draw-load-layer-visibility-fix.diff b/patches/dev300/draw-load-layer-visibility-fix.diff
new file mode 100644
index 0000000..51eed05
--- /dev/null
+++ b/patches/dev300/draw-load-layer-visibility-fix.diff
@@ -0,0 +1,13 @@
+diff --git sd/source/ui/view/drviews5.cxx sd/source/ui/view/drviews5.cxx
+index 01e1c54..5ab8cf9 100644
+--- sd/source/ui/view/drviews5.cxx
++++ sd/source/ui/view/drviews5.cxx
+@@ -638,7 +638,7 @@ void DrawViewShell::ReadUserDataSequence ( const ::com::sun::star::uno::Sequence
+ }
+
+ ChangeEditMode (meEditMode, ! IsLayerModeActive());
+- ChangeEditMode (meEditMode, ! IsLayerModeActive());
++ ResetActualLayer();
+ }
+
+ void DrawViewShell::VisAreaChanged(const Rectangle& rRect)
More information about the ooo-build-commit
mailing list