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
951b1280
Kaydet (Commit)
951b1280
authored
May 11, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: unreadVariable
Change-Id: I7af3807a4390e3b2f1bd9373feb937b6ff3dea7a
üst
5d00f1b0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
impedit2.cxx
editeng/source/editeng/impedit2.cxx
+0
-1
itrpaint.cxx
sw/source/core/text/itrpaint.cxx
+0
-6
No files found.
editeng/source/editeng/impedit2.cxx
Dosyayı görüntüle @
951b1280
...
@@ -3537,7 +3537,6 @@ EditSelection ImpEditEngine::InsertText( uno::Reference< datatransfer::XTransfer
...
@@ -3537,7 +3537,6 @@ EditSelection ImpEditEngine::InsertText( uno::Reference< datatransfer::XTransfer
OUString
aText
;
OUString
aText
;
aData
>>=
aText
;
aData
>>=
aText
;
aNewSelection
=
ImpInsertText
(
rPaM
,
aText
);
aNewSelection
=
ImpInsertText
(
rPaM
,
aText
);
bDone
=
true
;
}
}
catch
(
...
)
catch
(
...
)
{
{
...
...
sw/source/core/text/itrpaint.cxx
Dosyayı görüntüle @
951b1280
...
@@ -515,7 +515,6 @@ void SwTxtPainter::CheckSpecialUnderline( const SwLinePortion* pPor,
...
@@ -515,7 +515,6 @@ void SwTxtPainter::CheckSpecialUnderline( const SwLinePortion* pPor,
}
}
const
sal_Int32
nIndx
=
GetInfo
().
GetIdx
();
const
sal_Int32
nIndx
=
GetInfo
().
GetIdx
();
long
nUnderStart
=
0
;
long
nUnderEnd
=
0
;
long
nUnderEnd
=
0
;
const
size_t
nCnt
=
aUnderMulti
.
GetRangeCount
();
const
size_t
nCnt
=
aUnderMulti
.
GetRangeCount
();
...
@@ -527,17 +526,12 @@ void SwTxtPainter::CheckSpecialUnderline( const SwLinePortion* pPor,
...
@@ -527,17 +526,12 @@ void SwTxtPainter::CheckSpecialUnderline( const SwLinePortion* pPor,
nUnderEnd
=
rRange
.
Max
();
nUnderEnd
=
rRange
.
Max
();
else
if
(
nIndx
>=
rRange
.
Min
()
)
else
if
(
nIndx
>=
rRange
.
Min
()
)
{
{
nUnderStart
=
rRange
.
Min
();
nUnderEnd
=
rRange
.
Max
();
nUnderEnd
=
rRange
.
Max
();
}
}
else
else
break
;
break
;
}
}
// restrict start and end to current line
if
(
GetStart
()
>
nUnderStart
)
nUnderStart
=
GetStart
();
if
(
GetEnd
()
&&
GetEnd
()
<=
nUnderEnd
)
if
(
GetEnd
()
&&
GetEnd
()
<=
nUnderEnd
)
nUnderEnd
=
GetEnd
()
-
1
;
nUnderEnd
=
GetEnd
()
-
1
;
...
...
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