From d08ef4d26594f7bd2711615d90796e1613e82f9f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Oct 2013 15:43:54 +0200 Subject: random OUString to String conversions Change-Id: I9cfb8e7183b9cce7c690f3a43a64b61a2aa8c754 --- scripting/source/dlgprov/dlgevtatt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting') 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; -- cgit