summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/hdrcont.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-04 16:14:14 +0200
committerNoel Grandin <noel@peralex.com>2013-10-08 10:03:09 +0200
commite12ae54991b70027bbff21bb948c4923898d32eb (patch)
treeacf87f03f7fb89872a86abde2e623d92fd844cb5 /sc/source/ui/view/hdrcont.cxx
parent6f93499b881416140c57bc86acdac0ae6e01c314 (diff)
convert sc/source/ui/view/*.cxx from String to OUString
Change-Id: I906217b453d3a0ec2ec8deaa5dce739f0cacfd01
Diffstat (limited to 'sc/source/ui/view/hdrcont.cxx')
-rw-r--r--sc/source/ui/view/hdrcont.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/hdrcont.cxx b/sc/source/ui/view/hdrcont.cxx
index 42af6b064d5d..13a1a09cbe2f 100644
--- a/sc/source/ui/view/hdrcont.cxx
+++ b/sc/source/ui/view/hdrcont.cxx
@@ -270,8 +270,8 @@ void ScHeaderControl::Paint( const Rectangle& rRect )
long nLayoutSign = bLayoutRTL ? -1 : 1;
sal_Bool bMirrored = IsMirrored();
- String aString;
- sal_uInt16 nBarSize;
+ OUString aString;
+ sal_uInt16 nBarSize;
Point aScrPos;
Size aTextSize;
@@ -908,7 +908,7 @@ void ScHeaderControl::ShowDragHelp()
long nVal = bLayoutRTL ? ( nScrPos - nDragPos + 1 )
: ( nDragPos + 2 - nScrPos );
- String aHelpStr = GetDragHelp( nVal );
+ OUString aHelpStr = GetDragHelp( nVal );
Point aPos = OutputToScreenPixel( Point(0,0) );
Size aSize = GetSizePixel();