Kaydet (Commit) b2a196a8 authored tarafından Noel Grandin's avatar Noel Grandin

convert include/sfx2/viewfrm.hxx from String to OUString

Change-Id: I0d8443b6c288449b74baa5d56593390ba3a9e419
üst 59979e61
......@@ -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 );
......
......@@ -2487,7 +2487,7 @@ sal_Bool SfxViewFrame::DoClose()
return GetFrame().DoClose();
}
String SfxViewFrame::GetActualPresentationURL_Impl() const
OUString SfxViewFrame::GetActualPresentationURL_Impl() const
{
if ( xObjSh.Is() )
return xObjSh->GetMedium()->GetName();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment