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

New commits:
commit 7fbdd5ec0349e21af02bfa61bfe575e3cbd0cdeb
Author: Julien Nabet <serval2...@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)
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to