summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-15 12:26:28 +0200
committerMichael Stahl <mstahl@redhat.com>2016-12-15 16:20:54 +0000
commit690cf2a5ac87d3d05c45a86944e7f6b0adf12cf2 (patch)
treeda6e4bc5b8ca99192ba7c49e18bf710ffce72277 /include/canvas
parentf0804905ec38cdf3a5af1ebe5b087809d2850ccd (diff)
no point in having both SAL_WARN and OSL_FAIL for the same thing
Change-Id: I1beafff257e968a62184f8b1d8cf2a3a24e7c945 Reviewed-on: https://gerrit.libreoffice.org/32039 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/canvastools.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx
index 261a490230bb..df97d3f78232 100644
--- a/include/canvas/canvastools.hxx
+++ b/include/canvas/canvastools.hxx
@@ -461,7 +461,6 @@ namespace canvas
aStr != aStr.toAsciiLowerCase() )
{
SAL_WARN("canvas", "ValueMap::ValueMap(): Key is not lowercase " << pMap->maKey);
- OSL_FAIL( "ValueMap::ValueMap(): Key is not lowercase" );
}
if( mnEntries > 1 )
@@ -481,7 +480,6 @@ namespace canvas
aStr2 != aStr2.toAsciiLowerCase() )
{
SAL_WARN("canvas", "ValueMap::ValueMap(): Key is not lowercase" << pMap[1].maKey);
- OSL_FAIL( "ValueMap::ValueMap(): Key is not lowercase" );
}
}
}