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
55235ae7
Kaydet (Commit)
55235ae7
authored
Agu 22, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/sfx2/templdlg.hxx from String to OUString
Change-Id: I6ed30c25ecd2273f297a8d18efd9e8a8b9ac701e
üst
ef7ccbbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
templdlg.hxx
include/sfx2/templdlg.hxx
+1
-1
templdgi.hxx
sfx2/source/inc/templdgi.hxx
+1
-1
No files found.
include/sfx2/templdlg.hxx
Dosyayı görüntüle @
55235ae7
...
...
@@ -36,7 +36,7 @@ class ISfxTemplateCommon
{
public
:
virtual
SfxStyleFamily
GetActualFamily
()
const
=
0
;
virtual
String
GetSelectedEntry
()
const
=
0
;
virtual
OU
String
GetSelectedEntry
()
const
=
0
;
protected
:
~
ISfxTemplateCommon
()
{}
...
...
sfx2/source/inc/templdgi.hxx
Dosyayı görüntüle @
55235ae7
...
...
@@ -103,7 +103,7 @@ private:
ISfxTemplateCommon_Impl
(
SfxCommonTemplateDialog_Impl
*
pDialogP
)
:
pDialog
(
pDialogP
)
{}
virtual
~
ISfxTemplateCommon_Impl
()
{}
virtual
SfxStyleFamily
GetActualFamily
()
const
{
return
pDialog
->
GetActualFamily
();
}
virtual
String
GetSelectedEntry
()
const
{
return
pDialog
->
GetSelectedEntry
();
}
virtual
OU
String
GetSelectedEntry
()
const
{
return
pDialog
->
GetSelectedEntry
();
}
};
ISfxTemplateCommon_Impl
aISfxTemplateCommon
;
...
...
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