Kaydet (Commit) 08ec85d0 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

fix String->OUString conversion

Change-Id: Icc21b8998f205b635a21275ea4355824eca83a60
üst 50a20f94
......@@ -92,7 +92,7 @@ SbMethod* CreateMacro( SbModule* pModule, const String& rMacroName )
{
bool bValid = false;
OUString aStdMacroText( "Macro" );
sal_uInt16 nMacro = 1;
sal_Int32 nMacro = 1;
while ( !bValid )
{
aMacroName = aStdMacroText;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment