remove unused variable
This commit is contained in:
parent
fa83f16b4e
commit
fe1e91678f
1 changed files with 0 additions and 1 deletions
|
@ -1157,7 +1157,6 @@ void ScMultiTextWnd::Resize()
|
||||||
if(pEditView)
|
if(pEditView)
|
||||||
{
|
{
|
||||||
Size aOutputSize = GetOutputSizePixel();
|
Size aOutputSize = GetOutputSizePixel();
|
||||||
Size aLineSize = Size(0,aTextBoxSize.Height());
|
|
||||||
Point aPos1(TEXT_STARTPOS,0);
|
Point aPos1(TEXT_STARTPOS,0);
|
||||||
Point aPos2(aOutputSize.Width(),aOutputSize.Height());
|
Point aPos2(aOutputSize.Width(),aOutputSize.Height());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue