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

This commit is contained in:
Caolán McNamara 2011-11-27 08:44:15 +00:00
parent 3fd28200f1
commit c95a10ca20

View file

@ -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 ];