sc/source/core/data/table3.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit daf17846789cf09d1861f1e6f03851d2e12cffc8
Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
Date:   Thu Mar 8 18:08:16 2018 +0100

    Remove warning "No DrawLayer available"
    
    This warning appears very often in unit tests.
    We have similiar checks all over the place and don't emit a warning either.
    
    Change-Id: Ic1667fa51ce39e72c9a940023cc12a72458bd490
    Reviewed-on: https://gerrit.libreoffice.org/50968
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>

diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index fb340248d715..5d374368228b 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -446,8 +446,6 @@ void initDataRows(
         ScDrawLayer* pDrawLayer = rTab.GetDoc().GetDrawLayer();
         if (pDrawLayer)
             aRowDrawObjects = 
pDrawLayer->GetObjectsAnchoredToRange(rTab.GetTab(), nCol, nRow1, nRow2);
-        else
-            SAL_WARN("sc", "Could not retrieve anchored images, no DrawLayer 
available");
 
         for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow)
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to