You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/01/17 00:57:14 UTC

svn commit: r1821338 - in /openoffice/trunk/main: dbaccess/source/ext/adabas/Acomponentmodule.hxx extensions/source/inc/componentmodule.hxx extensions/source/propctrlr/eformshelper.hxx svx/inc/galtheme.hrc

Author: mseidel
Date: Wed Jan 17 00:57:14 2018
New Revision: 1821338

URL: http://svn.apache.org/viewvc?rev=1821338&view=rev
Log:
Fixed typos

Modified:
    openoffice/trunk/main/dbaccess/source/ext/adabas/Acomponentmodule.hxx
    openoffice/trunk/main/extensions/source/inc/componentmodule.hxx
    openoffice/trunk/main/extensions/source/propctrlr/eformshelper.hxx
    openoffice/trunk/main/svx/inc/galtheme.hrc

Modified: openoffice/trunk/main/dbaccess/source/ext/adabas/Acomponentmodule.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ext/adabas/Acomponentmodule.hxx?rev=1821338&r1=1821337&r2=1821338&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ext/adabas/Acomponentmodule.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ext/adabas/Acomponentmodule.hxx Wed Jan 17 00:57:14 2018
@@ -103,7 +103,7 @@ typedef ::com::sun::star::uno::Reference
 			s_pFactoryFunctionPointers;
 
 	public:
-		// cna be set as long as no resource has been accessed ...
+		// can be set as long as no resource has been accessed ...
 		static void		setResourceFilePrefix(const ::rtl::OString& _rPrefix);
 
 		/// get the vcl res manager of the module

Modified: openoffice/trunk/main/extensions/source/inc/componentmodule.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/inc/componentmodule.hxx?rev=1821338&r1=1821337&r2=1821338&view=diff
==============================================================================
--- openoffice/trunk/main/extensions/source/inc/componentmodule.hxx (original)
+++ openoffice/trunk/main/extensions/source/inc/componentmodule.hxx Wed Jan 17 00:57:14 2018
@@ -87,7 +87,7 @@ typedef ::com::sun::star::uno::Reference
 			s_pFactoryFunctionPointers;
 
 	public:
-		// cna be set as long as no resource has been accessed ...
+		// can be set as long as no resource has been accessed ...
 		static void		setResourceFilePrefix(const ::rtl::OString& _rPrefix);
 
 		/// get the vcl res manager of the module

Modified: openoffice/trunk/main/extensions/source/propctrlr/eformshelper.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extensions/source/propctrlr/eformshelper.hxx?rev=1821338&r1=1821337&r2=1821338&view=diff
==============================================================================
--- openoffice/trunk/main/extensions/source/propctrlr/eformshelper.hxx (original)
+++ openoffice/trunk/main/extensions/source/propctrlr/eformshelper.hxx Wed Jan 17 00:57:14 2018
@@ -113,7 +113,7 @@ namespace pcr
         */
         bool    canBindToDataType( sal_Int32 _nDataType = -1 ) const SAL_THROW(());
 
-        /** checks whether the control model cna be bound to any XSD data type
+        /** checks whether the control model can be bound to any XSD data type
         */
         bool    canBindToAnyDataType() const SAL_THROW(()) { return canBindToDataType( -1 ); }
 

Modified: openoffice/trunk/main/svx/inc/galtheme.hrc
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/svx/inc/galtheme.hrc?rev=1821338&r1=1821337&r2=1821338&view=diff
==============================================================================
--- openoffice/trunk/main/svx/inc/galtheme.hrc (original)
+++ openoffice/trunk/main/svx/inc/galtheme.hrc Wed Jan 17 00:57:14 2018
@@ -28,7 +28,7 @@
 // These defines are used to map gallery names to translated string ressources. Since
 // galleries may be copied from older offices to newer, do *never* change this
 // IDs except adding new ones (and adapting RID_GALLERYSTR_THEME_LAST). The ID
-// *is* written into the binary file *.thm (which is a galler theme combined of
+// *is* written into the binary file *.thm (which is a gallery theme combined of
 // three files, *.thm, *.sdv and *.sdg)
 
 #define RID_GALLERYSTR_THEME_3D				(RID_GALLERYSTR_THEME_START + 1)