summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-12-20 11:25:37 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-20 15:55:00 +0100
commitb55259eeb549482477c57d854f3de72aff345edb (patch)
tree35e474b8458ae776a8455f4f78e73ae28c611180 /lotuswordpro
parent377ec698afc98a9a098b456f4ae3c694498df6a2 (diff)
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpmarker.hxx6
-rw-r--r--lotuswordpro/source/filter/xfilter/xfbase64.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfstyle.hxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwpmarker.hxx b/lotuswordpro/source/filter/lwpmarker.hxx
index 25b540d9f93a..d10d50450822 100644
--- a/lotuswordpro/source/filter/lwpmarker.hxx
+++ b/lotuswordpro/source/filter/lwpmarker.hxx
@@ -264,15 +264,15 @@ public:
void Read();
OUString GetRubyText(){return m_strRubyText;}
void SetRubyText(OUString sText){m_strRubyText = sText;}
- OUString GetTextStyleName(){return m_TextStye;}
- void SetTextStyleName(OUString sName){m_TextStye = sName;}
+ OUString GetTextStyleName(){return m_TextStyle;}
+ void SetTextStyleName(OUString sName){m_TextStyle = sName;}
OUString GetRubyStyleName(){return m_RubyStyle;}
void SetRubyStyleName(OUString sName){m_RubyStyle = sName;}
private:
LwpObjectID m_objLayout;
OUString m_strRubyText;
OUString m_RubyStyle;
- OUString m_TextStye;
+ OUString m_TextStyle;
};
#endif
diff --git a/lotuswordpro/source/filter/xfilter/xfbase64.hxx b/lotuswordpro/source/filter/xfilter/xfbase64.hxx
index 68a2233deb7e..fbea42484c38 100644
--- a/lotuswordpro/source/filter/xfilter/xfbase64.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfbase64.hxx
@@ -64,7 +64,7 @@
/**
* @brief
- * Base64 algorithm implemetation.
+ * Base64 algorithm implementation.
* I only implements encode funtion now,i'll add decode if needed later.
* http://www.faqs.org/rfcs/rfc3548.html.
*/
diff --git a/lotuswordpro/source/filter/xfilter/xfstyle.hxx b/lotuswordpro/source/filter/xfilter/xfstyle.hxx
index 15a8c7ffe768..41951eda6a19 100644
--- a/lotuswordpro/source/filter/xfilter/xfstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfstyle.hxx
@@ -85,7 +85,7 @@ public:
virtual void SetStyleName(const OUString& styleName);
/**
- * @descr Set parent style name.
+ * @descr set parent style name.
*/
virtual OUString GetParentStyleName();
@@ -95,7 +95,7 @@ public:
virtual void SetParentStyleName(const OUString& styleName);
/**
- * @descr get styel family.
+ * @descr get style family.
*/
virtual enumXFStyle GetStyleFamily();