sw/source/core/unocore/unodraw.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 6f873fe3e97d93a05d5d293c98a98b0f9d8edbf1
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat May 20 13:42:01 2017 +0200

    Remove "noel" SAL_WARN
    
    Change-Id: I1557af6563f9dfab03cca5696b4622ae18b805d4
    Reviewed-on: https://gerrit.libreoffice.org/37856
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    (cherry picked from commit f80265fc9f9ff35b78609f91440d7515eb49d78a)
    Reviewed-on: https://gerrit.libreoffice.org/37857

diff --git a/sw/source/core/unocore/unodraw.cxx 
b/sw/source/core/unocore/unodraw.cxx
index b155e81b2c0d..63d50325deed 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -1044,9 +1044,6 @@ uno::Reference< beans::XPropertySetInfo >  
SwXShape::getPropertySetInfo()
 
 void SwXShape::setPropertyValue(const OUString& rPropertyName, const uno::Any& 
aValue)
 {
-    if (rPropertyName == "LayerID") {
-        SAL_WARN("sw.uno", "noel");
-    }
     SolarMutexGuard aGuard;
     SwFrameFormat*   pFormat = GetFrameFormat();
     const SfxItemPropertySimpleEntry*  pEntry = 
m_pPropSet->getPropertyMap().getByName( rPropertyName );
@@ -1447,9 +1444,6 @@ void SwXShape::setPropertyValue(const OUString& 
rPropertyName, const uno::Any& a
 
 uno::Any SwXShape::getPropertyValue(const OUString& rPropertyName)
 {
-    if (rPropertyName == "LayerID") {
-        SAL_WARN("sw.uno", "noel");
-    }
     SolarMutexGuard aGuard;
     uno::Any aRet;
     SwFrameFormat*   pFormat = GetFrameFormat();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to