Kaydet (Commit) 90826f78 authored tarafından Caolán McNamara's avatar Caolán McNamara

mnSaveBackSize only set not read

Change-Id: I257cb3803d055f55899a2f52bc3a88886380fb4e
üst b253064e
......@@ -107,7 +107,6 @@ struct ImplOverlapData
VclPtr<VirtualDevice> mpSaveBackDev; //< saved background bitmap
vcl::Region* mpSaveBackRgn; //< saved region, which must be invalidated
VclPtr<vcl::Window> mpNextBackWin; //< next window with saved background
sal_uIntPtr mnSaveBackSize; //< bitmap size of saved background
};
struct ImplFrameData
......
......@@ -937,7 +937,6 @@ void Window::ImplInit( vcl::Window* pParent, WinBits nStyle, SystemParentData* p
mpWindowImpl->mpOverlapData->mpSaveBackDev = nullptr;
mpWindowImpl->mpOverlapData->mpSaveBackRgn = nullptr;
mpWindowImpl->mpOverlapData->mpNextBackWin = nullptr;
mpWindowImpl->mpOverlapData->mnSaveBackSize = 0;
}
if( pParent && ! mpWindowImpl->mbFrame )
......
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