diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-05-20 13:42:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-05-20 13:44:16 +0200 |
commit | f80265fc9f9ff35b78609f91440d7515eb49d78a (patch) | |
tree | 59ddad8d7b9515d3599f41aa8c119edf870e5cc0 /sw/source | |
parent | fd48f39a7ec080c868b314e06bc91efd160e87c9 (diff) |
Remove "noel" SAL_WARN
Change-Id: I1557af6563f9dfab03cca5696b4622ae18b805d4
Reviewed-on: https://gerrit.libreoffice.org/37856
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/unocore/unodraw.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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(); |