summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porglue.cxx
diff options
context:
space:
mode:
authorgerhard oettl <lodev@ogersoft.at>2012-10-24 07:28:15 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-10-27 15:29:25 +0000
commit96ed67aadfb4e30b9870451eb3db90fae704df01 (patch)
tree79b8f7af80d8110e2f83a00f4e3ba7c8d249fd3c /sw/source/core/text/porglue.cxx
parent3149d338fc2d766f7e0e974ecf1993b42f32e98d (diff)
rtl::OUString to OUString clean up
unsing rtl::OUString, etc clauses had to be reinserted in sw/qa/extras/rtfexport/rtfexport.cxx to pass the test Change-Id: I3767ea89c8cfd9afe2dc8a80e5c7284be9d1cf57 Reviewed-on: https://gerrit.libreoffice.org/926 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/core/text/porglue.cxx')
-rw-r--r--sw/source/core/text/porglue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/porglue.cxx b/sw/source/core/text/porglue.cxx
index 38a3cd47ba20..a9360c5096b1 100644
--- a/sw/source/core/text/porglue.cxx
+++ b/sw/source/core/text/porglue.cxx
@@ -112,7 +112,7 @@ void SwGluePortion::Paint( const SwTxtPaintInfo &rInf ) const
#endif
if( 1 == GetLen() )
{
- rtl::OUString aBullet( CH_BULLET );
+ OUString aBullet( CH_BULLET );
SwPosSize aBulletSize( rInf.GetTxtSize( aBullet ) );
Point aPos( rInf.GetPos() );
aPos.X() += (Width()/2) - (aBulletSize.Width()/2);