Re: vincent - r31657 - abiword/branches/gsoc2012dialogs/src/text/fmt/xp
Hubert Figuière <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/08/12 09:38 AM, [email protected] wrote: > @@ -267,6 +269,8 @@ > double m_dTableRelWidth; > UT_sint32 m_iTableHeight; > double m_dTableRelHeight; > + UT_UTF8String m_sTableWidth; > + UT_UTF8String m_sTableHeight; I see no valid reason to not use std::string here. Hub