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
b04d2681
Kaydet (Commit)
b04d2681
authored
Eki 05, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use getStr now after the cast operator change
üst
bcb1c850
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gvfs_content.cxx
ucb/source/ucp/gvfs/gvfs_content.cxx
+2
-2
No files found.
ucb/source/ucp/gvfs/gvfs_content.cxx
Dosyayı görüntüle @
b04d2681
...
@@ -560,8 +560,8 @@ rtl::OUString Content::getParentURL()
...
@@ -560,8 +560,8 @@ rtl::OUString Content::getParentURL()
#ifdef DEBUG
#ifdef DEBUG
g_warning
(
"getParentURL '%s' -> '%s'"
,
g_warning
(
"getParentURL '%s' -> '%s'"
,
getURI
(),
(
const
sal_Char
*
)
rtl
::
OUStringToOString
getURI
(),
rtl
::
OUStringToOString
(
aParentURL
,
RTL_TEXTENCODING_UTF8
)
);
(
aParentURL
,
RTL_TEXTENCODING_UTF8
)
.
getStr
()
);
#endif
#endif
return
aParentURL
;
return
aParentURL
;
...
...
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