[Libreoffice-commits] .: vbahelper/source

Julien Nabet serval2412 at kemper.freedesktop.org
Tue Mar 20 14:15:05 PDT 2012


 vbahelper/source/msforms/vbabutton.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7fbdd5ec0349e21af02bfa61bfe575e3cbd0cdeb
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Mar 20 22:12:50 2012 +0100

    Fix WaE : Add call to ScVbaControl::getForeColor()

diff --git a/vbahelper/source/msforms/vbabutton.cxx b/vbahelper/source/msforms/vbabutton.cxx
index 8912b6d..f793492 100644
--- a/vbahelper/source/msforms/vbabutton.cxx
+++ b/vbahelper/source/msforms/vbabutton.cxx
@@ -103,6 +103,7 @@ void SAL_CALL ScVbaButton::setBackColor( sal_Int32 nBackColor ) throw (uno::Runt
 
 sal_Int32 SAL_CALL ScVbaButton::getForeColor() throw (uno::RuntimeException)
 {
+    return ScVbaControl::getForeColor();
 }
 
 void SAL_CALL ScVbaButton::setForeColor( sal_Int32 /*nForeColor*/ ) throw (uno::RuntimeException)


More information about the Libreoffice-commits mailing list