summaryrefslogtreecommitdiff
path: root/sw/source/core/text/frmpaint.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-16 11:18:56 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:25 +0200
commit8051bb7e18ccae0f639e65dfa86bcc18a5fb9108 (patch)
treebc2d6c98c3161c4530a6e97bf0b3aa65b6284185 /sw/source/core/text/frmpaint.cxx
parentb4d116ef8f0b405fd9b12967766b138c21605489 (diff)
converting remaining usage of String in SW to OUString
Change-Id: Iaaa3812412dc880eb9d08144219ebe428007884e
Diffstat (limited to 'sw/source/core/text/frmpaint.cxx')
-rw-r--r--sw/source/core/text/frmpaint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/frmpaint.cxx b/sw/source/core/text/frmpaint.cxx
index d3b36a56bf17..8a70fca97f93 100644
--- a/sw/source/core/text/frmpaint.cxx
+++ b/sw/source/core/text/frmpaint.cxx
@@ -488,7 +488,7 @@ sal_Bool SwTxtFrm::PaintEmpty( const SwRect &rRect, sal_Bool bCheck ) const
{
pFnt->SetFamily( FAMILY_DONTKNOW, SW_LATIN );
pFnt->SetName( numfunc::GetDefBulletFontname(), SW_LATIN );
- pFnt->SetStyleName( aEmptyStr, SW_LATIN );
+ pFnt->SetStyleName( aEmptyOUStr, SW_LATIN );
pFnt->SetCharSet( RTL_TEXTENCODING_SYMBOL, SW_LATIN );
}
pFnt->SetVertical( 0, IsVertical() );