summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-09 13:30:01 +0200
committerNoel Grandin <noel@peralex.com>2013-10-10 09:19:06 +0200
commit6d7f80a5ecafd7d7cbb32be968f17b472c7c8101 (patch)
treeb16643f16f0f68f8ac9981fee33afe2cc1d49a73 /sw/inc/fesh.hxx
parent51c647cf744480db7ce1c450f6668727cc75d74b (diff)
convert sw/source/ui/docvw/*.hxx from String to OUString
Change-Id: I8b8437b4020d84402b6b16140b7c999e6c88efb1
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index b1b5a1194fd0..0e80c84cd907 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -430,9 +430,9 @@ public:
sal_Bool bSelFrame = sal_True );
/// Position is a graphic with URL?
- const SwFrmFmt* IsURLGrfAtPos( const Point& rPt, String* pURL = 0,
- String *pTargetFrameName = 0,
- String *pURLDescription = 0 ) const;
+ const SwFrmFmt* IsURLGrfAtPos( const Point& rPt, OUString* pURL = 0,
+ OUString *pTargetFrameName = 0,
+ OUString *pURLDescription = 0 ) const;
/** For Chain always connect Fly specified by format with that hit by point.
rRect contains rect of Fly (for its highlight). */