From 78417304160a72d7ba10d14e21c31faa0bf4e966 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Thu, 18 Oct 2012 11:39:10 +0200 Subject: more explicit char* => OUString conversion in basctl it will hopefully fix build on the Windows tinderbox --- basctl/source/basicide/scriptdocument.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl') diff --git a/basctl/source/basicide/scriptdocument.cxx b/basctl/source/basicide/scriptdocument.cxx index d61de8fde556..0e1fa088ed43 100644 --- a/basctl/source/basicide/scriptdocument.cxx +++ b/basctl/source/basicide/scriptdocument.cxx @@ -1293,7 +1293,7 @@ namespace basctl { OUString aObjectName; - OUString aBaseName = _eType == E_SCRIPTS ? "Module" : "Dialog"; + OUString aBaseName = _eType == E_SCRIPTS ? OUString("Module") : OUString("Dialog"); Sequence< OUString > aUsedNames( getObjectNames( _eType, _rLibName ) ); ::std::set< OUString > aUsedNamesCheck; -- cgit