diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-13 11:54:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-15 09:11:34 +0200 |
commit | f42a7e40489c612c43c77e5de3eea60344ea30cc (patch) | |
tree | d3fed9688bf899b3933157c923a24e7256038152 /svtools/source/control | |
parent | 062cf88d8f9fa6e42784bd65597bdbc2c86290d3 (diff) |
convert include/svtools/ruler.hxx from String to OUString
Change-Id: I64bd9561f9cb579e413c00c9e42f40ec6a73674c
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/ruler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx index 0b3e26a84d48..7abdc36c0f66 100644 --- a/svtools/source/control/ruler.cxx +++ b/svtools/source/control/ruler.cxx @@ -347,7 +347,7 @@ void Ruler::ImplVDrawRect( long nX1, long nY1, long nX2, long nY2 ) // ----------------------------------------------------------------------- -void Ruler::ImplVDrawText( long nX, long nY, const String& rText, long nMin, long nMax ) +void Ruler::ImplVDrawText( long nX, long nY, const OUString& rText, long nMin, long nMax ) { Rectangle aRect; maVirDev.GetTextBoundRect( aRect, rText ); |