diff options
author | August Sodora <augsod@gmail.com> | 2011-11-21 23:54:04 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-21 23:54:04 -0500 |
commit | 89e27727c9b7cfd4e74a007a3390052cd1c13afb (patch) | |
tree | f02e78ab35eb21726bb8983c7157dfc6d99b49dc /basctl/source/dlged/propbrw.cxx | |
parent | 462c6fc24f1d64acedca02f62f1f4c0a079f4db0 (diff) |
String->OUString
Diffstat (limited to 'basctl/source/dlged/propbrw.cxx')
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 50d5b039e26e..817e065c6dea 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -455,7 +455,7 @@ void PropBrw::implSetNewObject( const Reference< XPropertySet >& _rxObject ) if (nResId) { - aName += ::rtl::OUString( String(IDEResId(nResId)) ); + aName += ResId::toString(IDEResId(nResId)); } } else if (!_rxObject.is()) // no properties |