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
c860df99
Kaydet (Commit)
c860df99
authored
Nis 06, 2015
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Evaluate expression just once
Change-Id: I7557234d31dcf73c784c98cb046e40c9b11fe486
üst
243d89dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
autofmt.cxx
sw/source/core/edit/autofmt.cxx
+6
-9
No files found.
sw/source/core/edit/autofmt.cxx
Dosyayı görüntüle @
c860df99
...
...
@@ -2319,19 +2319,16 @@ SwAutoFormat::SwAutoFormat( SwEditShell* pEdShell, SvxSwAutoFmtFlags& rFlags,
m_bEmptyLine
=
false
;
const
OUString
sEndClrStr
(
DelTrailingBlanks
(
sClrStr
)
);
const
sal_
Int32
nLen
=
sEndClrStr
.
getLength
()
;
const
sal_
Unicode
cLast
=
sEndClrStr
[
sEndClrStr
.
getLength
()
-
1
]
;
// not, then check if headline
if
(
':'
==
sEndClrStr
[
nLen
-
1
]
)
if
(
':'
==
cLast
)
{
{
BuildHeadLine
(
2
);
m_eStat
=
READ_NEXT_PARA
;
break
;
}
BuildHeadLine
(
2
);
m_eStat
=
READ_NEXT_PARA
;
break
;
}
else
if
(
256
<=
sEndClrStr
[
nLen
-
1
]
||
!
strchr
(
",.;"
,
sEndClrStr
[
nLen
-
1
])
)
else
if
(
256
<=
cLast
||
!
strchr
(
",.;"
,
cLast
)
)
{
if
(
bNxtEmpty
||
bNxtAlpha
||
(
pNxtNd
&&
IsEnumericChar
(
*
pNxtNd
))
...
...
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