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
<kyosh...@novell.com>

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to