summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-02 10:32:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-03 15:09:54 +0200
commitf60bc85f6b1d175565e2f4abf3b2cfe8614f52ee (patch)
treeacc3c8ce2f5d002e69a65c10f8c3bd8787126f30 /slideshow
parentc67a75f63b86c1159fa8002c56450f509fda86af (diff)
SAL_WARN to SAL_INFO
Change-Id: I390a6d3c730bf26c87184e2d4d373692ccc98493
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
index 8faa72811ad6..b28c0f19090f 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
@@ -368,12 +368,12 @@ bool OGLTransitionerImpl::initWindowFromSlideShowView( const Reference< presenta
sal_Int64 aVal = 0;
aDeviceParams[1] >>= aVal;
- SAL_WARN("slideshow", "created the context");
mpContext = boost::make_shared<OpenGLContext>();
mpContext->requestLegacyContext();
if( !mpContext->init( reinterpret_cast< Window* >( aVal ) ) )
return false;
+ SAL_INFO("slideshow", "created the context");
CHECK_GL_ERROR();
awt::Rectangle aCanvasArea = mxView->getCanvasArea();