diff options
-rw-r--r-- | basic/qa/cppunit/basictest.hxx | 2 | ||||
-rw-r--r-- | opencl/source/openclwrapper.cxx | 2 | ||||
-rw-r--r-- | vbahelper/source/msforms/vbacontrol.hxx | 6 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/table/TableWizard.java | 2 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx index 6b1d5162fd0f..ceff6de2fb44 100644 --- a/basic/qa/cppunit/basictest.hxx +++ b/basic/qa/cppunit/basictest.hxx @@ -25,7 +25,7 @@ class MacroSnippet { private: bool mbError; - BasicDLL maDll; // we need a dll instance for resouce manager etc. + BasicDLL maDll; // we need a dll instance for resource manager etc. SbModuleRef mpMod; StarBASICRef mpBasic; diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx index 613e503e5cc8..64a84cd78ee5 100644 --- a/opencl/source/openclwrapper.cxx +++ b/opencl/source/openclwrapper.cxx @@ -245,7 +245,7 @@ bool generatBinFromKernelSource( cl_program program, const char * clFileName ) } } - // Release all resouces and memory + // Release all resources and memory for ( size_t i = 0; i < numDevices; i++ ) { delete[] binaries[i]; 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); diff --git a/wizards/com/sun/star/wizards/table/TableWizard.java b/wizards/com/sun/star/wizards/table/TableWizard.java index cf41446ecb6d..ce6403376797 100644 --- a/wizards/com/sun/star/wizards/table/TableWizard.java +++ b/wizards/com/sun/star/wizards/table/TableWizard.java @@ -75,7 +75,7 @@ public class TableWizard extends DatabaseObjectWizard implements XTextListener }); drawNaviBar(); fielditems = new HashMap<String, FieldDescription>(); - //TODO if reportResouces cannot be gotten dispose officedocument + //TODO if reportResources cannot be gotten dispose officedocument if (getTableResources()) { setRightPaneHeaders(m_oResource, UIConsts.RID_TABLE + 8, 4); diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index 9c65d88020a2..66edb6a4917e 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -655,7 +655,7 @@ void XSecController::endMission() /* * askes the SignatureCreator/SignatureVerifier to release - * all resouces it uses. + * all resources it uses. */ xMissionTaker->endMission(); } |