summaryrefslogtreecommitdiffstats
path: root/include/canvas/base/spritecanvasbase.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-01-28 11:33:04 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-28 11:34:10 +0100
commit863e1f0035430316d2b52c667737905a07875438 (patch)
tree0520f27e377c9349632e577ce252f8f57a560385 /include/canvas/base/spritecanvasbase.hxx
parenttools: replace BOOST_CURRENT_FUNCTION with __func__ (diff)
downloadcore-863e1f0035430316d2b52c667737905a07875438.tar.gz
core-863e1f0035430316d2b52c667737905a07875438.zip
Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"
This reverts commit d01f7db4b5f51d1be8ba210625f4ad1ebf5c6e8f. Revert "tools: replace BOOST_CURRENT_FUNCTION with __func__" This reverts commit 10303054067258016fbbae018ea848f74adc4964. Surprisingly MSVC 2013 does not support __func__ - need 2015. Change-Id: I7084d7b79784b34a8f40fb986d10ffefbabae7fb
Diffstat (limited to 'include/canvas/base/spritecanvasbase.hxx')
-rw-r--r--include/canvas/base/spritecanvasbase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/canvas/base/spritecanvasbase.hxx b/include/canvas/base/spritecanvasbase.hxx
index 9656be3fe07d..ba3ae036c545 100644
--- a/include/canvas/base/spritecanvasbase.hxx
+++ b/include/canvas/base/spritecanvasbase.hxx
@@ -92,7 +92,7 @@ namespace canvas
css::uno::RuntimeException) override
{
tools::verifyArgs(animation,
- __func__,
+ BOOST_CURRENT_FUNCTION,
static_cast< typename BaseType::UnambiguousBaseType* >(this));
typename BaseType::MutexType aGuard( BaseType::m_aMutex );
@@ -106,7 +106,7 @@ namespace canvas
css::uno::RuntimeException) override
{
tools::verifyArgs(animationBitmaps,
- __func__,
+ BOOST_CURRENT_FUNCTION,
static_cast< typename BaseType::UnambiguousBaseType* >(this));
tools::verifyRange( interpolationMode,
css::rendering::InterpolationMode::NEAREST_NEIGHBOR,
@@ -121,7 +121,7 @@ namespace canvas
css::uno::RuntimeException) override
{
tools::verifySpriteSize(spriteSize,
- __func__,
+ BOOST_CURRENT_FUNCTION,
static_cast< typename BaseType::UnambiguousBaseType* >(this));
typename BaseType::MutexType aGuard( BaseType::m_aMutex );
@@ -133,7 +133,7 @@ namespace canvas
css::uno::RuntimeException) override
{
tools::verifyArgs(original,
- __func__,
+ BOOST_CURRENT_FUNCTION,
static_cast< typename BaseType::UnambiguousBaseType* >(this));
typename BaseType::MutexType aGuard( BaseType::m_aMutex );