[Libreoffice-commits] .: vbahelper/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Tue Mar 20 13:17:19 PDT 2012
vbahelper/source/msforms/vbacheckbox.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e1d52ccec31f8ea1b7d875755719255ca06b3cc3
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Mar 20 21:16:52 2012 +0100
Missing SAL_CALL
diff --git a/vbahelper/source/msforms/vbacheckbox.hxx b/vbahelper/source/msforms/vbacheckbox.hxx
index acddeb3..cc6cbee 100644
--- a/vbahelper/source/msforms/vbacheckbox.hxx
+++ b/vbahelper/source/msforms/vbacheckbox.hxx
@@ -45,7 +45,7 @@ public:
virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException);
virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException);
virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeException);
- virtual sal_Int32 getBackColor() throw (css::uno::RuntimeException);
+ virtual sal_Int32 SAL_CALL getBackColor() throw (css::uno::RuntimeException);
virtual void SAL_CALL setBackColor( sal_Int32 nBackColor ) throw (css::uno::RuntimeException);
virtual sal_Bool SAL_CALL getAutoSize() throw (css::uno::RuntimeException);
virtual void SAL_CALL setAutoSize( sal_Bool bAutoSize ) throw (css::uno::RuntimeException);
More information about the Libreoffice-commits
mailing list