summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-20 21:16:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-20 21:16:52 +0100
commite1d52ccec31f8ea1b7d875755719255ca06b3cc3 (patch)
treec6b9423ba38f82b0aa82519dcb91210ade3e0eaa /vbahelper
parentfb3d06e20aa2253ca5640f5391dc59a03a423b0b (diff)
Missing SAL_CALL
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/msforms/vbacheckbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbacheckbox.hxx b/vbahelper/source/msforms/vbacheckbox.hxx
index acddeb340ce9..cc6cbee6945c 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);