sfx2/source/control/templatelocalview.cxx |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 94cb2604ea75a504ecab5f500701099e00859b7c
Author: Rafael Dominguez <venccsra...@gmail.com>
Date:   Wed Apr 10 10:36:09 2013 -0430

    Remove thumbnail from local view if we erase it throught the search view.
    
    Change-Id: I3ec486313bedcc633b020a2feea3d30730da98f0
    Reviewed-on: https://gerrit.libreoffice.org/3354
    Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org>
    Tested-by: Fridrich Strba <fridr...@documentfoundation.org>

diff --git a/sfx2/source/control/templatelocalview.cxx 
b/sfx2/source/control/templatelocalview.cxx
index 884897c..f1a3421 100644
--- a/sfx2/source/control/templatelocalview.cxx
+++ b/sfx2/source/control/templatelocalview.cxx
@@ -352,7 +352,11 @@ bool TemplateLocalView::removeTemplate (const sal_uInt16 
nItemId, const sal_uInt
 
                     pIter = pItem->maTemplates.erase(pIter);
 
-                    RemoveItem(nItemId);
+                    if (maRegions[i]->mnRegionId == mnCurRegionId-1)
+                    {
+                        RemoveItem(nItemId);
+                        Invalidate();
+                    }
 
                     // Update Doc Idx for all templates that follow
                     for (; pIter != pItem->maTemplates.end(); ++pIter)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to