summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-05-20 13:42:01 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-05-20 13:44:51 +0200
commit6f873fe3e97d93a05d5d293c98a98b0f9d8edbf1 (patch)
treec6bc1890896dc596a686d34761cd9feac77752c2 /sw/source
parent260dbe96950f3d4f9055158bc0c4c01806ad7c58 (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> (cherry picked from commit f80265fc9f9ff35b78609f91440d7515eb49d78a) Reviewed-on: https://gerrit.libreoffice.org/37857
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/unocore/unodraw.cxx6
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();