diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-16 15:43:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-18 09:59:31 +0200 |
commit | d08ef4d26594f7bd2711615d90796e1613e82f9f (patch) | |
tree | 2580222eded64912d176b72db0850470bf931e69 /scripting | |
parent | 218775e19cee88cdf7dae1ead787cb4274f52cd4 (diff) |
random OUString to String conversions
Change-Id: I9cfb8e7183b9cce7c690f3a43a64b61a2aa8c754
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/dlgprov/dlgevtatt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/dlgprov/dlgevtatt.cxx b/scripting/source/dlgprov/dlgevtatt.cxx index 0826a3054641..f6393cfd9724 100644 --- a/scripting/source/dlgprov/dlgevtatt.cxx +++ b/scripting/source/dlgprov/dlgevtatt.cxx @@ -633,7 +633,7 @@ namespace dlgprov ResMgr* pResMgr = SFX_APP()->GetSfxResManager(); if( pResMgr ) { - String aRes( ResId(STR_ERRUNOEVENTBINDUNG, *pResMgr) ); + OUString aRes( ResId(STR_ERRUNOEVENTBINDUNG, *pResMgr) ); OUString aQuoteChar( "\"" ); OUString aOURes = aRes; |