diff options
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 4232d315478a..73dfc1c7a54f 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -591,7 +591,7 @@ public: void SetCursorAtTop( bool bFlag, bool bCenter = false ) { m_bTopCursor = bFlag; m_bCenterCursor = bCenter; } - bool JumpToSwMark( const OUString& rMark ); + bool JumpToSwMark( std::u16string_view rMark ); tools::Long InsertDoc( sal_uInt16 nSlotId, const OUString& rFileName, const OUString& rFilterName, sal_Int16 nVersion = 0 ); |