[ooo-build-commit] .: Branch 'ooo-build-3-2-1' - patches/dev300

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Jun 3 14:37:39 PDT 2010


 patches/dev300/draw-load-layer-visibility-fix.diff |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit d5cf3230af31842b6fd8181110e1e657220634b0
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