diff options
Diffstat (limited to 'sc/source/ui/namedlg/namedlg.cxx')
-rw-r--r-- | sc/source/ui/namedlg/namedlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx index e42dee1d50f3..6a22a44e2731 100644 --- a/sc/source/ui/namedlg/namedlg.cxx +++ b/sc/source/ui/namedlg/namedlg.cxx @@ -181,7 +181,7 @@ void ScNameDlg::Init() SCTAB n = pDoc->GetTableCount(); for (SCTAB i = 0; i < n; ++i) { - String aTabName; + rtl::OUString aTabName; pDoc->GetName(i, aTabName); maLbScope.InsertEntry(aTabName); } |