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
0ffc74d6
Kaydet (Commit)
0ffc74d6
authored
May 28, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704952 Unchecked dynamic_cast
Change-Id: If49ed05f54a9c89107d3a2836386c111966d0f54
üst
fb58002b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
unochart.cxx
sw/source/core/unocore/unochart.cxx
+3
-3
No files found.
sw/source/core/unocore/unochart.cxx
Dosyayı görüntüle @
0ffc74d6
...
@@ -2635,10 +2635,9 @@ the last cell they can be added.
...
@@ -2635,10 +2635,9 @@ the last cell they can be added.
bool
SwChartDataSequence
::
ExtendTo
(
bool
bExtendCol
,
bool
SwChartDataSequence
::
ExtendTo
(
bool
bExtendCol
,
sal_Int32
nFirstNew
,
sal_Int32
nCount
)
sal_Int32
nFirstNew
,
sal_Int32
nCount
)
{
{
bool
bChanged
=
false
;
SwUnoTableCrsr
*
pUnoTblCrsr
=
dynamic_cast
<
SwUnoTableCrsr
*>
(
pTblCrsr
);
SwUnoTableCrsr
*
pUnoTblCrsr
=
dynamic_cast
<
SwUnoTableCrsr
*>
(
pTblCrsr
);
//pUnoTblCrsr->MakeBoxSels();
if
(
!
pUnoTblCrsr
)
return
false
;
const
SwStartNode
*
pStartNd
=
0
;
const
SwStartNode
*
pStartNd
=
0
;
const
SwTableBox
*
pStartBox
=
0
;
const
SwTableBox
*
pStartBox
=
0
;
...
@@ -2665,6 +2664,7 @@ bool SwChartDataSequence::ExtendTo( bool bExtendCol,
...
@@ -2665,6 +2664,7 @@ bool SwChartDataSequence::ExtendTo( bool bExtendCol,
SwRangeDescriptor
aDesc
;
SwRangeDescriptor
aDesc
;
FillRangeDescriptor
(
aDesc
,
aCellRange
);
FillRangeDescriptor
(
aDesc
,
aCellRange
);
bool
bChanged
=
false
;
OUString
aNewStartCell
;
OUString
aNewStartCell
;
OUString
aNewEndCell
;
OUString
aNewEndCell
;
if
(
bExtendCol
&&
aDesc
.
nBottom
+
1
==
nFirstNew
)
if
(
bExtendCol
&&
aDesc
.
nBottom
+
1
==
nFirstNew
)
...
...
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