diff options
author | Matthias Seidel <mseidel@apache.org> | 2018-01-17 00:57:14 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2018-01-17 00:57:14 +0000 |
commit | b57158fc128c7f0bba3d8708004348d9e7ff749c (patch) | |
tree | 765c03d5819d882a1dcacd1aa06939d650b85502 | |
parent | f9d7fc5c44d66faf19262e6ee0c13d4167acf158 (diff) |
Fixed typos
Notes
Notes:
prefer: f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d
-rw-r--r-- | dbaccess/source/ext/adabas/Acomponentmodule.hxx | 2 | ||||
-rw-r--r-- | extensions/source/inc/componentmodule.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/eformshelper.hxx | 2 | ||||
-rw-r--r-- | svx/inc/galtheme.hrc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ext/adabas/Acomponentmodule.hxx b/dbaccess/source/ext/adabas/Acomponentmodule.hxx index 5048c25d88c8..1da2b30ae552 100644 --- a/dbaccess/source/ext/adabas/Acomponentmodule.hxx +++ b/dbaccess/source/ext/adabas/Acomponentmodule.hxx @@ -103,7 +103,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService 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 diff --git a/extensions/source/inc/componentmodule.hxx b/extensions/source/inc/componentmodule.hxx index 216722f41be8..afca66b5aa10 100644 --- a/extensions/source/inc/componentmodule.hxx +++ b/extensions/source/inc/componentmodule.hxx @@ -87,7 +87,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService 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 diff --git a/extensions/source/propctrlr/eformshelper.hxx b/extensions/source/propctrlr/eformshelper.hxx index 81a94d870563..821928031bb2 100644 --- a/extensions/source/propctrlr/eformshelper.hxx +++ b/extensions/source/propctrlr/eformshelper.hxx @@ -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 ); } diff --git a/svx/inc/galtheme.hrc b/svx/inc/galtheme.hrc index 436cc8be4670..713ccfbb240d 100644 --- a/svx/inc/galtheme.hrc +++ b/svx/inc/galtheme.hrc @@ -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) |