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
a248008d
Kaydet (Commit)
a248008d
authored
Agu 24, 2013
tarafından
László Németh
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#68373 fix three dot -> horizontal ellipsis autocorrection
Change-Id: I9c906c9ab91f604537769db6820aa820d5f637fd
üst
ac6a2038
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
svxacorr.cxx
editeng/source/misc/svxacorr.cxx
+1
-1
No files found.
editeng/source/misc/svxacorr.cxx
Dosyayı görüntüle @
a248008d
...
@@ -2752,7 +2752,7 @@ const SvxAutocorrWord* SvxAutocorrWordList::WordMatches(const SvxAutocorrWord *p
...
@@ -2752,7 +2752,7 @@ const SvxAutocorrWord* SvxAutocorrWordList::WordMatches(const SvxAutocorrWord *p
if
(
nFndPos
!=
STRING_NOTFOUND
)
if
(
nFndPos
!=
STRING_NOTFOUND
)
{
{
// store matching pattern and its replacement as a new list item, eg. "i18ns" -> "internationalizations"
// store matching pattern and its replacement as a new list item, eg. "i18ns" -> "internationalizations"
SvxAutocorrWord
*
pNew
=
new
SvxAutocorrWord
(
OUString
(
rTxt
.
GetBuffer
()
+
nFndPos
,
nEndPos
-
nFndPos
),
pFnd
->
GetLong
()
+
OUString
(
rTxt
.
GetBuffer
()
+
nFndPos
+
sTmp
.
Len
(),
nEndPos
-
nFndPos
-
sTmp
.
Len
()));
SvxAutocorrWord
*
pNew
=
new
SvxAutocorrWord
(
OUString
(
rTxt
.
GetBuffer
()
+
nFndPos
,
nEndPos
-
nFndPos
+
((
rTxt
.
GetChar
(
nEndPos
)
!=
0x20
)
?
1
:
0
)
),
pFnd
->
GetLong
()
+
OUString
(
rTxt
.
GetBuffer
()
+
nFndPos
+
sTmp
.
Len
(),
nEndPos
-
nFndPos
-
sTmp
.
Len
()));
if
(
Insert
(
pNew
)
)
if
(
Insert
(
pNew
)
)
{
{
rStt
=
nFndPos
;
rStt
=
nFndPos
;
...
...
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