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
2532dd76
Kaydet (Commit)
2532dd76
authored
Eyl 15, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant
Change-Id: I52e225a71726629abd788e1a9e720e4b589aeeb5
üst
98236528
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
optpath.cxx
cui/source/options/optpath.cxx
+1
-2
No files found.
cui/source/options/optpath.cxx
Dosyayı görüntüle @
2532dd76
...
...
@@ -586,11 +586,10 @@ IMPL_LINK_NOARG_TYPED(SvxPathTabPage, PathHdl_Impl, Button*, void)
OUString
sNewPath
=
pMultiDlg
->
GetPath
();
if
(
!
sNewPath
.
isEmpty
()
)
{
const
sal_Unicode
cDelim
=
MULTIPATH_DELIMITER
;
sal_Int32
nNextPos
=
0
;
for
(;;)
{
const
OUString
sToken
(
sNewPath
.
getToken
(
0
,
cDelim
,
nNextPos
));
const
OUString
sToken
(
sNewPath
.
getToken
(
0
,
MULTIPATH_DELIMITER
,
nNextPos
));
if
(
nNextPos
<
0
)
{
// Last token need a different handling
...
...
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