writerfilter/source/dmapper/GraphicHelpers.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 82dcf015154c3fb00240c5630ae926c74c7f4213
Author: Patrick Jaap <patrick.j...@tu-dresden.de>
Date:   Wed Jan 24 11:45:57 2018 +0100

    Add SAL_WARN in writerfilter graphic import
    
    Change-Id: Iac6265094572c57f421b0533db2c90a41b2ef427
    Reviewed-on: https://gerrit.libreoffice.org/48492
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/writerfilter/source/dmapper/GraphicHelpers.cxx 
b/writerfilter/source/dmapper/GraphicHelpers.cxx
index a7ce01868714..ca2892a013af 100644
--- a/writerfilter/source/dmapper/GraphicHelpers.cxx
+++ b/writerfilter/source/dmapper/GraphicHelpers.cxx
@@ -83,6 +83,8 @@ void PositionHandler::lcl_attribute( Id aName, Value& rVal )
                         break;
 
                     // TODO There are some other unhandled values
+                    default:
+                        SAL_WARN("writerfilter", "unhandled case (" << 
nIntValue << ") in NS_ooxml::LN_CT_PosV_relativeFrom");
                 }
             }
             break;
@@ -116,6 +118,8 @@ void PositionHandler::lcl_attribute( Id aName, Value& rVal )
                         break;
 
                     // TODO There are some other unhandled values
+                    default:
+                        SAL_WARN("writerfilter", "unhandled case (" << 
nIntValue << ") in NS_ooxml::LN_CT_PosH_relativeFrom");
                 }
             }
             break;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to