[ooo-build-commit] .: sd/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Oct 4 19:05:33 PDT 2010


 sd/source/ui/view/drviews5.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 505ec597e900e7b20200bb4cb6670453f9205f99
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Oct 4 22:02:46 2010 -0400

    Ported draw-load-layer-visibility-fix.diff from ooo-build.
    
    This fixes a bug where invisible layers were not marked blue upon
    document import. (n#606434)

diff --git a/sd/source/ui/view/drviews5.cxx b/sd/source/ui/view/drviews5.cxx
index 3204172..39eba4f 100644
--- a/sd/source/ui/view/drviews5.cxx
+++ b/sd/source/ui/view/drviews5.cxx
@@ -639,6 +639,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