diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-21 15:20:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-22 10:49:33 +0200 |
commit | b2a196a8a16e6d093dcbcaef471e5f6b41e33821 (patch) | |
tree | 319751c0f254697b420cb82ebda5a42286e61730 /include/sfx2/viewfrm.hxx | |
parent | 59979e617c5717cf49272c6a8f580dede2866f25 (diff) |
convert include/sfx2/viewfrm.hxx from String to OUString
Change-Id: I0d8443b6c288449b74baa5d56593390ba3a9e419
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r-- | include/sfx2/viewfrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx index 7c92eb49c9ce..7840b2940dee 100644 --- a/include/sfx2/viewfrm.hxx +++ b/include/sfx2/viewfrm.hxx @@ -223,7 +223,7 @@ public: SAL_DLLPRIVATE const Size& GetMargin_Impl() const; SAL_DLLPRIVATE void SetActiveChildFrame_Impl( SfxViewFrame* ); SAL_DLLPRIVATE SfxViewFrame* GetActiveChildFrame_Impl() const; - SAL_DLLPRIVATE String GetActualPresentationURL_Impl() const; + SAL_DLLPRIVATE OUString GetActualPresentationURL_Impl() const; SAL_DLLPRIVATE void MiscExec_Impl(SfxRequest &); SAL_DLLPRIVATE void MiscState_Impl(SfxItemSet &); SAL_DLLPRIVATE SfxWorkWindow* GetWorkWindow_Impl( sal_uInt16 nId ); |