diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-21 14:02:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-22 10:49:33 +0200 |
commit | 59979e617c5717cf49272c6a8f580dede2866f25 (patch) | |
tree | 394902ae9298b158be8f642ffcfe14480a37b5dc /include | |
parent | 5527d5c4e064f417c4cd5f868e9fafffaa5aab41 (diff) |
convert include/sfx2/viewsh.hxx from String to OUString
and de-virtual JumpToMark because no-one seems to be overriding it.
Change-Id: I35cf856d817f2685463ae5ef9f2ebc00e515fe3d
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 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 |