Kaydet (Commit) f1d3b68f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: Ic5bfc72c75745d0a4d9ff165d840ab51c90a8690
üst e75406e5
...@@ -112,7 +112,7 @@ bool OpenGLSalGraphicsImpl::AcquireContext( bool bForceCreate ) ...@@ -112,7 +112,7 @@ bool OpenGLSalGraphicsImpl::AcquireContext( bool bForceCreate )
} }
if( !mpContext.is() ) if( !mpContext.is() )
mpContext = OpenGLContext::getVCLContext( true ); mpContext = OpenGLContext::getVCLContext();
return mpContext.is(); return mpContext.is();
} }
......
...@@ -1478,7 +1478,7 @@ rtl::Reference<OpenGLContext> OpenGLContext::getVCLContext(bool bMakeIfNecessary ...@@ -1478,7 +1478,7 @@ rtl::Reference<OpenGLContext> OpenGLContext::getVCLContext(bool bMakeIfNecessary
*/ */
void OpenGLContext::makeVCLCurrent() void OpenGLContext::makeVCLCurrent()
{ {
getVCLContext(true); getVCLContext();
} }
void OpenGLContext::registerAsCurrent() void OpenGLContext::registerAsCurrent()
......
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