Kaydet (Commit) b57158fc authored tarafından Matthias Seidel's avatar Matthias Seidel

Fixed typos

üst f9d7fc5c
......@@ -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
......
......@@ -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
......
......@@ -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 ); }
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment