diff options
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/directx/dx_config.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_config.cxx b/canvas/source/directx/dx_config.cxx index f97f08b338a0..77fca04f65d9 100644 --- a/canvas/source/directx/dx_config.cxx +++ b/canvas/source/directx/dx_config.cxx @@ -78,7 +78,7 @@ namespace dxcanvas aName[0] = "MaxTextureSize"; aProps = GetProperties( aName ); if( aProps.getLength() > 0 ) - maMaxTextureSize.reset( aProps[0].get<sal_Int32>() ); + maMaxTextureSize = aProps[0].get<sal_Int32>(); else maMaxTextureSize.reset(); } |