[Libreoffice] [PUSHED] WaE patch for sc & filter
Kohei Yoshida
kyoshida at novell.com
Tue Jan 18 13:06:36 PST 2011
On Tue, 2011-01-18 at 17:57 +0100, Christian Lohmaier wrote:
> Hi againm
> forgot one for editeng/ libs-core
For this one, I've opted to use the initial value of
table::CellVertJustify2::STANDARD. It's probably bit more
reader-friendly to use that instead of a raw zero value.
With this, the following if statement to check for error condition
if(!(rVal >>= eUno))
{
eUno = table::CellVertJustify2::STANDARD;
}
will become unnecessary since the variable now has an initial value. I
did a follow-up commit to clean that up a bit.
All pushed to master. Thanks a lot. :-)
Kohei
--
Kohei Yoshida, LibreOffice hacker, Calc
<kyoshida at novell.com>
More information about the LibreOffice
mailing list