diff options
author | Noel Grandin <noel@peralex.com> | 2013-07-25 11:32:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-07-29 14:15:42 +0200 |
commit | 0c7579d5de63f569773daf894bcc0ab173223f2a (patch) | |
tree | ed40e40aaa066df263caf1f8397cf9f34926d460 /include | |
parent | eb96a5296a76d25bc751177a5e785178f2497adb (diff) |
convert OutputDevice::DrawTextArray from XubString to OUString
Change-Id: Ie16504ea004e39eda246a7ed170504a04a0764bb
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index fdbffaedbf8d..761050cdab7d 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -581,7 +581,7 @@ public: /// Height where any character of the current font fits; in logic coordinates. long GetTextHeight() const; float approximate_char_width() const; - void DrawTextArray( const Point& rStartPt, const XubString& rStr, + void DrawTextArray( const Point& rStartPt, const OUString& rStr, const sal_Int32* pDXAry = NULL, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN ); @@ -592,7 +592,7 @@ public: sal_Int32* pDXAry = NULL, long nWidth = 0, sal_Bool bCellBreaking = sal_True ) const; void DrawStretchText( const Point& rStartPt, sal_uLong nWidth, - const XubString& rStr, + const OUString& rStr, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN ); xub_StrLen GetTextBreak( const OUString& rStr, long nTextWidth, sal_Int32 nIndex = 0, sal_Int32 nLen = -1, |