[Libreoffice-commits] core.git: basic/qa opencl/source vbahelper/source wizards/com xmlsecurity/source

Andrea Gelmini andrea.gelmini at gelma.net
Sun Jan 18 22:13:52 PST 2015


 basic/qa/cppunit/basictest.hxx                      |    2 +-
 opencl/source/openclwrapper.cxx                     |    2 +-
 vbahelper/source/msforms/vbacontrol.hxx             |    6 +++---
 wizards/com/sun/star/wizards/table/TableWizard.java |    2 +-
 xmlsecurity/source/helper/xsecctl.cxx               |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 07e84cae983c08afdba03018413a19d01abb3006
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Jan 18 23:31:37 2015 +0100

    Fix typo comments Resouce->Resource
    
    Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2
    Reviewed-on: https://gerrit.libreoffice.org/13985
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx
index 6b1d516..ceff6de 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 613e503..64a84cd 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 4317f37..34b1c02 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 cf41446..ce64033 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 9c65d88..66edb6a 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();
         }


More information about the Libreoffice-commits mailing list