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
9e88fca7
Kaydet (Commit)
9e88fca7
authored
Şub 01, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid temporary for return value
Change-Id: I247bb974c6c6c17e26153c611b12964d4f1befa9
üst
3bcd82a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
pormulti.cxx
sw/source/core/text/pormulti.cxx
+2
-3
No files found.
sw/source/core/text/pormulti.cxx
Dosyayı görüntüle @
9e88fca7
...
...
@@ -219,15 +219,14 @@ long SwBidiPortion::CalcSpacing( long nSpaceAdd, const SwTxtSizeInfo& rInf ) con
bool
SwBidiPortion
::
ChgSpaceAdd
(
SwLineLayout
*
pCurr
,
long
nSpaceAdd
)
const
{
bool
bRet
=
false
;
if
(
!
HasTabulator
()
&&
nSpaceAdd
>
0
&&
!
pCurr
->
IsSpaceAdd
()
)
{
pCurr
->
CreateSpaceAdd
();
pCurr
->
SetLLSpaceAdd
(
nSpaceAdd
,
0
);
bRet
=
true
;
return
true
;
}
return
bRet
;
return
false
;
}
sal_Int32
SwBidiPortion
::
GetSpaceCnt
(
const
SwTxtSizeInfo
&
rInf
)
const
...
...
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