Kaydet (Commit) c95a10ca authored tarafından Caolán McNamara's avatar Caolán McNamara

no need for super-convoluted empty string as far as I can see

üst 3fd28200
......@@ -473,7 +473,7 @@ void Export::Init()
bNextMustBeDefineEOL = sal_False;
nLevel = 0;
nList = LIST_NON;
m_sListLang = ByteString( String::CreateFromAscii(""),RTL_TEXTENCODING_ASCII_US );
m_sListLang = rtl::OString();
nListIndex = 0;
for ( size_t i = 0, n = aResStack.size(); i < n; ++i )
delete aResStack[ i ];
......
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