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
8d5db645
Kaydet (Commit)
8d5db645
authored
Eyl 19, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fftester: only decrement if there's a valid position before it
Change-Id: I64bddeb805ac5c2ad6d76e2b3271ae8a216d603f
üst
b1e9c9ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bookmrk.cxx
sw/source/core/crsr/bookmrk.cxx
+2
-1
No files found.
sw/source/core/crsr/bookmrk.cxx
Dosyayı görüntüle @
8d5db645
...
@@ -133,7 +133,8 @@ namespace
...
@@ -133,7 +133,8 @@ namespace
if
(
ch_end
==
aEndMark
)
if
(
ch_end
==
aEndMark
)
{
{
SwPaM
aEnd
(
rEnd
,
rEnd
);
SwPaM
aEnd
(
rEnd
,
rEnd
);
--
aEnd
.
Start
()
->
nContent
;
if
(
aEnd
.
Start
()
->
nContent
>
0
)
--
aEnd
.
Start
()
->
nContent
;
io_pDoc
->
getIDocumentContentOperations
().
DeleteRange
(
aEnd
);
io_pDoc
->
getIDocumentContentOperations
().
DeleteRange
(
aEnd
);
}
}
...
...
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