Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b2a196a8
Kaydet (Commit)
b2a196a8
authored
Agu 21, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/sfx2/viewfrm.hxx from String to OUString
Change-Id: I0d8443b6c288449b74baa5d56593390ba3a9e419
üst
59979e61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
viewfrm.hxx
include/sfx2/viewfrm.hxx
+1
-1
viewfrm.cxx
sfx2/source/view/viewfrm.cxx
+1
-1
No files found.
include/sfx2/viewfrm.hxx
Dosyayı görüntüle @
b2a196a8
...
...
@@ -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
OU
String
GetActualPresentationURL_Impl
()
const
;
SAL_DLLPRIVATE
void
MiscExec_Impl
(
SfxRequest
&
);
SAL_DLLPRIVATE
void
MiscState_Impl
(
SfxItemSet
&
);
SAL_DLLPRIVATE
SfxWorkWindow
*
GetWorkWindow_Impl
(
sal_uInt16
nId
);
...
...
sfx2/source/view/viewfrm.cxx
Dosyayı görüntüle @
b2a196a8
...
...
@@ -2487,7 +2487,7 @@ sal_Bool SfxViewFrame::DoClose()
return
GetFrame
().
DoClose
();
}
String
SfxViewFrame
::
GetActualPresentationURL_Impl
()
const
OU
String
SfxViewFrame
::
GetActualPresentationURL_Impl
()
const
{
if
(
xObjSh
.
Is
()
)
return
xObjSh
->
GetMedium
()
->
GetName
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment