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
d7ce4151
Kaydet (Commit)
d7ce4151
authored
Eyl 03, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svx/pfiledlg.hxx from String to OUString
Change-Id: I7bcc35b1b0a01a474155763f4e59a49f8191ba50
üst
a9c5c89f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pfiledlg.hxx
include/svx/pfiledlg.hxx
+1
-1
pfiledlg.cxx
svx/source/dialog/pfiledlg.cxx
+1
-1
No files found.
include/svx/pfiledlg.hxx
Dosyayı görüntüle @
d7ce4151
...
...
@@ -40,7 +40,7 @@ public:
~
SvxPluginFileDlg
();
ErrCode
Execute
();
String
GetPath
()
const
;
OUString
GetPath
()
const
;
void
SetContext
(
sfx2
::
FileDialogHelper
::
Context
eNewContext
);
};
...
...
svx/source/dialog/pfiledlg.cxx
Dosyayı görüntüle @
d7ce4151
...
...
@@ -44,7 +44,7 @@ ErrCode SvxPluginFileDlg::Execute()
return
maFileDlg
.
Execute
();
}
String
SvxPluginFileDlg
::
GetPath
()
const
OU
String
SvxPluginFileDlg
::
GetPath
()
const
{
return
maFileDlg
.
GetPath
();
}
...
...
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