diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/showcols.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/showcols.cxx b/cui/source/dialogs/showcols.cxx index 5b2ea7d2a..743e1f9c9 100644 --- a/cui/source/dialogs/showcols.cxx +++ b/cui/source/dialogs/showcols.cxx @@ -117,7 +117,7 @@ void FmShowColsDialog::SetColumns(const ::com::sun::star::uno::Reference< ::com: ::rtl::OUString sName; xCurCol->getPropertyValue(CUIFM_PROP_LABEL) >>= sName; - sCurName = (const sal_Unicode*)sName; + sCurName = sName; } catch(...) { |