diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 01:26:48 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 01:26:48 +0100 |
commit | 993a93a3a30243dab73ad5a4f8c473fbe9435eeb (patch) | |
tree | b2ca6adb4c13b88fa94206b2008a2316c6eb3a28 /sfx2/source/toolbox | |
parent | e94d6158ef93d86cf911a232e0fe7d72785d39b4 (diff) |
TL_CONSTASCII_USTRINGPARAM in libs core
Diffstat (limited to 'sfx2/source/toolbox')
-rw-r--r-- | sfx2/source/toolbox/tbxitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index 0ee21141acf5..8c799be8c94f 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -1724,7 +1724,7 @@ void SfxAppToolBoxControl_Impl::Select( BOOL bMod1 ) Sequence< PropertyValue > aArgs( 1 ); aArgs[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Referer")); - aArgs[0].Value = makeAny( ::rtl::OUString::createFromAscii( SFX_REFERER_USER )); + aArgs[0].Value = makeAny( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( SFX_REFERER_USER )) ); ExecuteInfo* pExecuteInfo = new ExecuteInfo; pExecuteInfo->xDispatch = xDispatch; |