summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/fanwipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/fanwipe.cxx')
-rw-r--r--slideshow/source/engine/transitions/fanwipe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/transitions/fanwipe.cxx b/slideshow/source/engine/transitions/fanwipe.cxx
index dc102ff99b89..5281412d3120 100644
--- a/slideshow/source/engine/transitions/fanwipe.cxx
+++ b/slideshow/source/engine/transitions/fanwipe.cxx
@@ -51,7 +51,7 @@ namespace internal {
}
else
{
- SAL_WARN_IF( m_fanIn, "slideshow", "FanWipe: m_fanIn is true ?" );
+ SAL_WARN_IF( m_fanIn, "slideshow.opengl", "FanWipe: m_fanIn is true ?" );
res.transform(basegfx::tools::createScaleTranslateB2DHomMatrix(0.5, 1.0, 0.5, 1.0));
}
return res;