[ooo-build-commit] .: patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Jun 3 14:38:27 PDT 2010
patches/dev300/draw-load-layer-visibility-fix.diff | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit efc740fd72293d7c8c586203c949070b4108cf94
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Jun 3 17:37:13 2010 -0400
Restore the second call to ChangeEditMode.
* patches/dev300/draw-load-layer-visibility-fix.diff:
diff --git a/patches/dev300/draw-load-layer-visibility-fix.diff b/patches/dev300/draw-load-layer-visibility-fix.diff
index 51eed05..35f9e27 100644
--- a/patches/dev300/draw-load-layer-visibility-fix.diff
+++ b/patches/dev300/draw-load-layer-visibility-fix.diff
@@ -2,11 +2,10 @@ 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
- }
+@@ -638,6 +638,7 @@ void DrawViewShell::ReadUserDataSequence ( const ::com::sun::star::uno::Sequence
ChangeEditMode (meEditMode, ! IsLayerModeActive());
-- ChangeEditMode (meEditMode, ! IsLayerModeActive());
+ ChangeEditMode (meEditMode, ! IsLayerModeActive());
+ ResetActualLayer();
}
More information about the ooo-build-commit
mailing list