Kaydet (Commit) 9b2c434d authored tarafından Julien Nabet's avatar Julien Nabet

Werror: nMinWidth unused

Change-Id: I2fea7be5e59c449b4d17fc30d2d3c1fcc651938d
üst 32dcd60b
......@@ -89,7 +89,6 @@ DataEditor::DataEditor(
Size aWinSize( GetOutputSizePixel());
Size aWinSizeWithBorder( GetSizePixel());
Point aWinPos( OutputToAbsoluteScreenPixel( GetPosPixel()));
sal_Int32 nMinWidth = aWinSize.getWidth();
sal_Int32 nMaxWidth = GetDesktopRectPixel().getWidth() -
(aWinSizeWithBorder.getWidth() - aWinSize.getWidth() + aWinPos.getX()) - 10; // leave some space
sal_Int32 nBrowserWidth = m_apBrwData->GetTotalWidth() + 12 + 16; // plus padding + 16?
......
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