summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/tpusrlst.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-03 10:52:29 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 09:09:56 +0200
commit72b9dd277bab328c4d9227439e27e8c29b43fa7d (patch)
treed1654c083e58840435a4db799a730e7d671fc391 /sc/source/ui/optdlg/tpusrlst.cxx
parentf8f90a70ab58426058556c24c64db1f5a85a5574 (diff)
convert sc/inc/r*.hxx from String to OUString
Change-Id: Iaae69c0914917d9d5851f227be28ff5cd098da8b
Diffstat (limited to 'sc/source/ui/optdlg/tpusrlst.cxx')
-rw-r--r--sc/source/ui/optdlg/tpusrlst.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx
index 7bcb55ffb538..18769782933f 100644
--- a/sc/source/ui/optdlg/tpusrlst.cxx
+++ b/sc/source/ui/optdlg/tpusrlst.cxx
@@ -696,10 +696,10 @@ IMPL_LINK( ScTpUserLists, BtnClickHdl, PushButton*, pBtn )
ScRefAddress theStartPos;
ScRefAddress theEndPos;
- String theAreaStr( mpEdCopyFrom->GetText() );
- sal_Bool bAreaOk = false;
+ OUString theAreaStr( mpEdCopyFrom->GetText() );
+ sal_Bool bAreaOk = false;
- if ( theAreaStr.Len() > 0 )
+ if ( !theAreaStr.isEmpty() )
{
bAreaOk = pRangeUtil->IsAbsArea( theAreaStr,
pDoc,