Kaydet (Commit) f60bc85f authored tarafından Markus Mohrhard's avatar Markus Mohrhard

SAL_WARN to SAL_INFO

Change-Id: I390a6d3c730bf26c87184e2d4d373692ccc98493
üst c67a75f6
...@@ -368,12 +368,12 @@ bool OGLTransitionerImpl::initWindowFromSlideShowView( const Reference< presenta ...@@ -368,12 +368,12 @@ bool OGLTransitionerImpl::initWindowFromSlideShowView( const Reference< presenta
sal_Int64 aVal = 0; sal_Int64 aVal = 0;
aDeviceParams[1] >>= aVal; aDeviceParams[1] >>= aVal;
SAL_WARN("slideshow", "created the context");
mpContext = boost::make_shared<OpenGLContext>(); mpContext = boost::make_shared<OpenGLContext>();
mpContext->requestLegacyContext(); mpContext->requestLegacyContext();
if( !mpContext->init( reinterpret_cast< Window* >( aVal ) ) ) if( !mpContext->init( reinterpret_cast< Window* >( aVal ) ) )
return false; return false;
SAL_INFO("slideshow", "created the context");
CHECK_GL_ERROR(); CHECK_GL_ERROR();
awt::Rectangle aCanvasArea = mxView->getCanvasArea(); awt::Rectangle aCanvasArea = mxView->getCanvasArea();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment