no need for super-convoluted empty string as far as I can see
This commit is contained in:
parent
3fd28200f1
commit
c95a10ca20
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ void Export::Init()
|
||||||
bNextMustBeDefineEOL = sal_False;
|
bNextMustBeDefineEOL = sal_False;
|
||||||
nLevel = 0;
|
nLevel = 0;
|
||||||
nList = LIST_NON;
|
nList = LIST_NON;
|
||||||
m_sListLang = ByteString( String::CreateFromAscii(""),RTL_TEXTENCODING_ASCII_US );
|
m_sListLang = rtl::OString();
|
||||||
nListIndex = 0;
|
nListIndex = 0;
|
||||||
for ( size_t i = 0, n = aResStack.size(); i < n; ++i )
|
for ( size_t i = 0, n = aResStack.size(); i < n; ++i )
|
||||||
delete aResStack[ i ];
|
delete aResStack[ i ];
|
||||||
|
|
Loading…
Reference in a new issue