Re: vincent - r31419 - abiword/branches/gsoc2012dialogs/src/wp/ap/xp
Hubert Figuière <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 25/06/12 08:40 AM, [email protected] wrote: > > Author: vincent > Date: 2012-06-25 17:40:21 +0200 (Mon, 25 Jun 2012) > New Revision: 31419 > > Modified: > abiword/branches/gsoc2012dialogs/src/wp/ap/xp/ap_Dialog_FormatFrame.cpp > abiword/branches/gsoc2012dialogs/src/wp/ap/xp/ap_Dialog_FormatFrame.h > Log: > code refactor: > 1. add UT_UTF8String m_sWidth & m_sHeight; The use of UT_UTF8String in new code is deprecated. Please use std::string instead. Also use the corresponding UT_std_sprinf() instead of a sprintf() to a stack buffer. Thanks, Hub