From 07e84cae983c08afdba03018413a19d01abb3006 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 18 Jan 2015 23:31:37 +0100 Subject: Fix typo comments Resouce->Resource Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2 Reviewed-on: https://gerrit.libreoffice.org/13985 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- vbahelper/source/msforms/vbacontrol.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vbahelper') 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 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); -- cgit