diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-01-18 23:31:37 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-01-19 06:13:25 +0000 |
commit | 07e84cae983c08afdba03018413a19d01abb3006 (patch) | |
tree | 8024fc95922b04bdbe06f686b413a2952ee39f40 /vbahelper/source | |
parent | f9bea19eeab49cb9e6fcdd3ae5e777da9dc882ca (diff) |
Fix typo comments Resouce->Resource
Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2
Reviewed-on: https://gerrit.libreoffice.org/13985
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vbahelper/source')
-rw-r--r-- | vbahelper/source/msforms/vbacontrol.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vbahelper/source/msforms/vbacontrol.hxx b/vbahelper/source/msforms/vbacontrol.hxx index 4317f3743bcd..34b1c028741b 100644 --- a/vbahelper/source/msforms/vbacontrol.hxx +++ b/vbahelper/source/msforms/vbacontrol.hxx @@ -100,15 +100,15 @@ public: virtual void SAL_CALL setTabIndex( sal_Int32 nTabIndex ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ::sal_Int32 SAL_CALL getMousePointer() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual void SAL_CALL setMousePointer( ::sal_Int32 _mousepointer ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; - //remove resouce because ooo.vba.excel.XControl is a wrapper of com.sun.star.drawing.XControlShape + //remove resource because ooo.vba.excel.XControl is a wrapper of com.sun.star.drawing.XControlShape virtual void removeResouce() throw( css::uno::RuntimeException ); virtual ::sal_Int32 SAL_CALL getForeColor() throw (::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setForeColor( ::sal_Int32 _forecolor ) throw (::com::sun::star::uno::RuntimeException); //XHelperInterface virtual OUString getServiceImplName() SAL_OVERRIDE; virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; - //General helper methods for properties ( may or maynot be relevant for all - //controls + //General helper methods for properties (may or maynot be relevant for all + //controls) sal_Int32 getBackColor() throw (css::uno::RuntimeException); void setBackColor( sal_Int32 nBackColor ) throw (css::uno::RuntimeException); bool getAutoSize() throw (css::uno::RuntimeException); |