diff options
author | Noel Power <noel.power@novell.com> | 2011-12-07 15:53:20 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-12-07 15:53:20 +0000 |
commit | fe1e91678f68c4f06d6566ea8af918b984fde85b (patch) | |
tree | 6ad2173bedbbda46ef0639fc3b3c1ca3216887db /sc | |
parent | fa83f16b4e3c42d102dd5b9edffe0732ea46b897 (diff) |
remove unused variable
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index a04451f15e42..a271487714eb 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1157,7 +1157,6 @@ void ScMultiTextWnd::Resize() if(pEditView) { Size aOutputSize = GetOutputSizePixel(); - Size aLineSize = Size(0,aTextBoxSize.Height()); Point aPos1(TEXT_STARTPOS,0); Point aPos2(aOutputSize.Width(),aOutputSize.Height()); |