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 ...@@ -103,7 +103,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService
s_pFactoryFunctionPointers; s_pFactoryFunctionPointers;
public: 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); static void setResourceFilePrefix(const ::rtl::OString& _rPrefix);
/// get the vcl res manager of the module /// get the vcl res manager of the module
......
...@@ -87,7 +87,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService ...@@ -87,7 +87,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService
s_pFactoryFunctionPointers; s_pFactoryFunctionPointers;
public: 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); static void setResourceFilePrefix(const ::rtl::OString& _rPrefix);
/// get the vcl res manager of the module /// get the vcl res manager of the module
......
...@@ -113,7 +113,7 @@ namespace pcr ...@@ -113,7 +113,7 @@ namespace pcr
*/ */
bool canBindToDataType( sal_Int32 _nDataType = -1 ) const SAL_THROW(()); 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 ); } bool canBindToAnyDataType() const SAL_THROW(()) { return canBindToDataType( -1 ); }
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// These defines are used to map gallery names to translated string ressources. Since // 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 // 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 // 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) // three files, *.thm, *.sdv and *.sdg)
#define RID_GALLERYSTR_THEME_3D (RID_GALLERYSTR_THEME_START + 1) #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