Kaydet (Commit) 9ae4b6b9 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#1242366: Unchecked return value

Change-Id: I3f3b5b5a7ce5e387dc2acddc086d9f8a2fa2b12b
üst 873f0e07
...@@ -1124,7 +1124,7 @@ void Window::ImplInit( vcl::Window* pParent, WinBits nStyle, SystemParentData* p ...@@ -1124,7 +1124,7 @@ void Window::ImplInit( vcl::Window* pParent, WinBits nStyle, SystemParentData* p
SetBackground( Wallpaper( rStyleSettings.GetWindowColor() ) ); SetBackground( Wallpaper( rStyleSettings.GetWindowColor() ) );
} }
ImplUpdatePos(); (void)ImplUpdatePos();
// calculate app font res (except for the Intro Window or the default window) // calculate app font res (except for the Intro Window or the default window)
if ( mpWindowImpl->mbFrame && !pSVData->maGDIData.mnAppFontX && ! (nStyle & (WB_INTROWIN|WB_DEFAULTWIN)) ) if ( mpWindowImpl->mbFrame && !pSVData->maGDIData.mnAppFontX && ! (nStyle & (WB_INTROWIN|WB_DEFAULTWIN)) )
......
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