Kaydet (Commit) 28b84d7d authored tarafından Caolán McNamara's avatar Caolán McNamara

pointless cast

üst 84fbb424
...@@ -117,7 +117,7 @@ void FmShowColsDialog::SetColumns(const ::com::sun::star::uno::Reference< ::com: ...@@ -117,7 +117,7 @@ void FmShowColsDialog::SetColumns(const ::com::sun::star::uno::Reference< ::com:
::rtl::OUString sName; ::rtl::OUString sName;
xCurCol->getPropertyValue(CUIFM_PROP_LABEL) >>= sName; xCurCol->getPropertyValue(CUIFM_PROP_LABEL) >>= sName;
sCurName = (const sal_Unicode*)sName; sCurName = sName;
} }
catch(...) catch(...)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment