summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfborders.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfborders.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfborders.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfborders.cxx b/lotuswordpro/source/filter/xfilter/xfborders.cxx
index 9a99b5b33319..89a3fcb07836 100644
--- a/lotuswordpro/source/filter/xfilter/xfborders.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfborders.cxx
@@ -113,9 +113,9 @@ void XFBorder::SetWidthOutter(double outer)
m_fWidthOutter = outer;
}
-rtl::OUString XFBorder::GetLineWidth()
+OUString XFBorder::GetLineWidth()
{
- rtl::OUString str;
+ OUString str;
if( m_bDouble )
{
@@ -126,9 +126,9 @@ rtl::OUString XFBorder::GetLineWidth()
return str;
}
-rtl::OUString XFBorder::ToString()
+OUString XFBorder::ToString()
{
- rtl::OUString str;
+ OUString str;
if( m_bDouble )
{