From 99960ec555f7a62160d69106fadb28b67b4694a3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 19 Aug 2013 16:56:48 +0200 Subject: convert include/svtools/brwbox.hxx from String to OUString Change-Id: I21bfd9ff242318a0cb5b589df9f59a20fc5c3730 --- include/svtools/svtabbx.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools/svtabbx.hxx') diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx index 93502c316fc5..0e0ad5f9e1fa 100644 --- a/include/svtools/svtabbx.hxx +++ b/include/svtools/svtabbx.hxx @@ -234,7 +234,7 @@ public: virtual void GrabTableFocus(); // OutputDevice - virtual sal_Bool GetGlyphBoundRects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricVector& rVector ); + virtual sal_Bool GetGlyphBoundRects( const Point& rOrigin, const OUString& rStr, int nIndex, int nLen, int nBase, MetricVector& rVector ); // Window virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const; -- cgit