diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-03-20 22:12:50 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-03-20 22:12:50 +0100 |
commit | 7fbdd5ec0349e21af02bfa61bfe575e3cbd0cdeb (patch) | |
tree | fc27ef18ef93dbf6e1f9b2d75d9899e66ba46466 /vbahelper | |
parent | a82dee49aade4685af6a9b8f153cc5e7673a36ca (diff) |
Fix WaE : Add call to ScVbaControl::getForeColor()
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/msforms/vbabutton.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vbahelper/source/msforms/vbabutton.cxx b/vbahelper/source/msforms/vbabutton.cxx index 8912b6d0ff9d..f7934922302c 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) |