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
625e173a
Kaydet (Commit)
625e173a
authored
Kas 28, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
OUString::replace() does not replace in-place
Change-Id: I5a1d713ee8e9c913adad57b7d8fb0597f96a2db4
üst
802619d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cppumaker.cxx
codemaker/source/cppumaker/cppumaker.cxx
+1
-1
javamaker.cxx
codemaker/source/javamaker/javamaker.cxx
+1
-1
No files found.
codemaker/source/cppumaker/cppumaker.cxx
Dosyayı görüntüle @
625e173a
...
...
@@ -196,7 +196,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
if
(
tmpName
.
isEmpty
())
tmpName
=
"/"
;
else
tmpName
.
replace
(
'.'
,
'/'
);
tmpName
=
tmpName
.
replace
(
'.'
,
'/'
);
}
// related to task #116780# the scope is recursively
// generated. bFullScope = true
...
...
codemaker/source/javamaker/javamaker.cxx
Dosyayı görüntüle @
625e173a
...
...
@@ -188,7 +188,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
if
(
tmpName
.
isEmpty
())
tmpName
=
"/"
;
else
tmpName
.
replace
(
'.'
,
'/'
);
tmpName
=
tmpName
.
replace
(
'.'
,
'/'
);
}
// related to task #116780# the scope is recursively
// generated. bFullScope = true
...
...
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