diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-02 10:32:22 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-03 15:09:54 +0200 |
commit | f60bc85f6b1d175565e2f4abf3b2cfe8614f52ee (patch) | |
tree | acc3c8ce2f5d002e69a65c10f8c3bd8787126f30 /slideshow | |
parent | c67a75f63b86c1159fa8002c56450f509fda86af (diff) |
SAL_WARN to SAL_INFO
Change-Id: I390a6d3c730bf26c87184e2d4d373692ccc98493
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx | 2 |
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(); |