summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdrawobj.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
index 5bdd5973214c..45eb38170b9f 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
@@ -86,7 +86,7 @@ public:
/**
* @descr Set style name for drawing text.
*/
- void SetTextStyleName(rtl::OUString style);
+ void SetTextStyleName(OUString style);
/**
* @descr Set drawing obejct rotate.
@@ -114,7 +114,7 @@ public:
protected:
XFContentContainer m_aContents;
- rtl::OUString m_strTextStyle;
+ OUString m_strTextStyle;
double m_fRotate;
XFPoint m_aRotatePoint;
double m_fScaleX;
@@ -125,7 +125,7 @@ protected:
unsigned int m_nFlag;
};
-inline void XFDrawObject::SetTextStyleName(rtl::OUString style)
+inline void XFDrawObject::SetTextStyleName(OUString style)
{
m_strTextStyle = style;
}