diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-10 14:11:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-15 12:25:33 +0200 |
commit | 1ffa195dc885a42d4e64304ed18916745342af9d (patch) | |
tree | d53591a1d323f0e44a8c5344830976a8a974ac21 /sw/inc/swcrsr.hxx | |
parent | 54c96de83508eb196ea40ab0e4b7b5d9c17532cd (diff) |
convert sw/inc/swcrsr.hxx from String to OUString
Change-Id: I0517ddf8be1a65e4fc4c3ef30b1aa5cac4e00bcd
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r-- | sw/inc/swcrsr.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx index fbbeb78c5cb3..91c359073a4c 100644 --- a/sw/inc/swcrsr.hxx +++ b/sw/inc/swcrsr.hxx @@ -171,9 +171,9 @@ public: { return LeftRight( sal_False, nCnt, nMode, bAllowVisual, bSkipHidden, sal_False ); } sal_Bool GoNextCell( sal_uInt16 nCnt = 1 ) { return GoPrevNextCell( sal_True, nCnt ); } sal_Bool GoPrevCell( sal_uInt16 nCnt = 1 ) { return GoPrevNextCell( sal_False, nCnt ); } - virtual bool GotoTable( const String& rName ); - sal_Bool GotoTblBox( const String& rName ); - bool GotoRegion( const String& rName ); + virtual bool GotoTable( const OUString& rName ); + sal_Bool GotoTblBox( const OUString& rName ); + bool GotoRegion( const OUString& rName ); sal_Bool GotoFtnAnchor(); sal_Bool GotoFtnTxt(); sal_Bool GotoNextFtnAnchor(); @@ -274,7 +274,7 @@ public: virtual sal_Bool LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode, sal_Bool bAllowVisual, sal_Bool bSkipHidden, sal_Bool bInsertCrsr ); - virtual bool GotoTable( const String& rName ); + virtual bool GotoTable( const OUString& rName ); void InsertBox( const SwTableBox& rTblBox ); void DeleteBox(size_t nPos); |