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
205f8574
Kaydet (Commit)
205f8574
authored
Eki 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reduce variable scope
Change-Id: I6a8e4b8f132acff5d75859de570a969ad8c3fa4b
üst
4d00131b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
svxacorr.cxx
editeng/source/misc/svxacorr.cxx
+2
-2
No files found.
editeng/source/misc/svxacorr.cxx
Dosyayı görüntüle @
205f8574
...
@@ -723,7 +723,7 @@ bool SvxAutoCorrect::FnChgWeightUnderl( SvxAutoCorrDoc& rDoc, const OUString& rT
...
@@ -723,7 +723,7 @@ bool SvxAutoCorrect::FnChgWeightUnderl( SvxAutoCorrDoc& rDoc, const OUString& rT
// at the beginning: _ or * after Space with the folloeing !Space
// at the beginning: _ or * after Space with the folloeing !Space
// at the end: _ or * before Space (word delimiter?)
// at the end: _ or * before Space (word delimiter?)
sal_Unicode
c
,
c
InsChar
=
rTxt
[
nEndPos
];
// underline or bold
sal_Unicode
cInsChar
=
rTxt
[
nEndPos
];
// underline or bold
if
(
++
nEndPos
!=
rTxt
.
getLength
()
&&
if
(
++
nEndPos
!=
rTxt
.
getLength
()
&&
!
IsWordDelim
(
rTxt
[
nEndPos
]
)
)
!
IsWordDelim
(
rTxt
[
nEndPos
]
)
)
return
false
;
return
false
;
...
@@ -737,7 +737,7 @@ bool SvxAutoCorrect::FnChgWeightUnderl( SvxAutoCorrDoc& rDoc, const OUString& rT
...
@@ -737,7 +737,7 @@ bool SvxAutoCorrect::FnChgWeightUnderl( SvxAutoCorrDoc& rDoc, const OUString& rT
while
(
nPos
)
while
(
nPos
)
{
{
switch
(
c
=
rTxt
[
--
nPos
]
)
switch
(
sal_Unicode
c
=
rTxt
[
--
nPos
]
)
{
{
case
'_'
:
case
'_'
:
case
'*'
:
case
'*'
:
...
...
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