[Libreoffice-commits] core.git: sw/source
Julien Nabet
serval2412 at yahoo.fr
Sat May 20 11:44:36 UTC 2017
sw/source/core/unocore/unodraw.cxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit f80265fc9f9ff35b78609f91440d7515eb49d78a
Author: Julien Nabet <serval2412 at 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 <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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();
More information about the Libreoffice-commits
mailing list