diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 6 |
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). */ |