diff options
-rw-r--r-- | include/sfx2/viewsh.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index 9b5f0bce18fd..17ae07be30ab 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -180,7 +180,7 @@ public: virtual void UIActivating( SfxInPlaceClient* pClient ); virtual void UIDeactivated( SfxInPlaceClient* pClient ); - virtual void JumpToMark( const String& rMark ); + void JumpToMark( const OUString& rMark ); void VisAreaChanged(const Rectangle& rRect); // Misc diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 995a000785da..273fcb55a60b 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -1870,7 +1870,7 @@ SfxFrame* SfxViewShell::GetSmartSelf( SfxFrame* pSelf, SfxMedium& /*rMedium*/ ) //------------------------------------------------------------------------ -void SfxViewShell::JumpToMark( const String& rMark ) +void SfxViewShell::JumpToMark( const OUString& rMark ) { SfxStringItem aMarkItem( SID_JUMPTOMARK, rMark ); GetViewFrame()->GetDispatcher()->Execute( |