summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpmarker.hxx
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/source/filter/lwpmarker.hxx
parentCppunitTest_sw_ooxmlexport: register wps, wp and a namespaces (diff)
downloadcore-b55259eeb549482477c57d854f3de72aff345edb.tar.gz
core-b55259eeb549482477c57d854f3de72aff345edb.zip
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'lotuswordpro/source/filter/lwpmarker.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpmarker.hxx6
1 files changed, 3 insertions, 3 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