From 74929bba736cc6cceed3c088e13f5952abb1bd2b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 29 Aug 2013 20:44:22 +0100 Subject: Related: fdo#38838 remove UniString::ToUpperAscii things got a little out of hand and I ended up converting quite a bit of calc to OUString Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216 --- sc/source/ui/optdlg/tpusrlst.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/optdlg/tpusrlst.cxx') diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx index ad86994ab441..c1176a4fa641 100644 --- a/sc/source/ui/optdlg/tpusrlst.cxx +++ b/sc/source/ui/optdlg/tpusrlst.cxx @@ -131,8 +131,8 @@ void ScTpUserLists::Init() PutInOrder( nStartRow, nEndRow ); PutInOrder( nStartTab, nEndTab ); - ScRange( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab - ).Format( aStrSelectedArea, SCR_ABS_3D, pDoc ); + aStrSelectedArea = ScRange( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab + ).Format(SCR_ABS_3D, pDoc); mpBtnCopy->SetClickHdl ( LINK( this, ScTpUserLists, BtnClickHdl ) ); mpBtnCopy->Enable(); -- cgit v1.2.3