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
3f2c6a02
Kaydet (Commit)
3f2c6a02
authored
Tem 02, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1309048 Unchecked return value
Change-Id: Ia01a78ff8ec2f4fba49d184e05b5785e59677e9e
üst
2a2d6299
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
formula.cxx
formula/source/ui/dlg/formula.cxx
+1
-2
No files found.
formula/source/ui/dlg/formula.cxx
Dosyayı görüntüle @
3f2c6a02
...
@@ -709,8 +709,7 @@ void FormulaDlg_Impl::MakeTree(IStructHelper* _pTree,SvTreeListEntry* pParent,Fo
...
@@ -709,8 +709,7 @@ void FormulaDlg_Impl::MakeTree(IStructHelper* _pTree,SvTreeListEntry* pParent,Fo
{
{
OUString
aCellResult
;
OUString
aCellResult
;
OUString
aEquals
(
" = "
);
OUString
aEquals
(
" = "
);
CalcValue
(
"="
+
aResult
,
aCellResult
);
if
(
CalcValue
(
"="
+
aResult
,
aCellResult
)
&&
aCellResult
!=
aResult
)
// cell is a formula, print subformula
if
(
aCellResult
!=
aResult
)
// cell is a formula, print subformula
_pTree
->
InsertEntry
(
aResult
+
aEquals
+
aCellResult
,
pParent
,
STRUCT_END
,
0
,
_pToken
);
_pTree
->
InsertEntry
(
aResult
+
aEquals
+
aCellResult
,
pParent
,
STRUCT_END
,
0
,
_pToken
);
else
else
_pTree
->
InsertEntry
(
aResult
,
pParent
,
STRUCT_END
,
0
,
_pToken
);
_pTree
->
InsertEntry
(
aResult
,
pParent
,
STRUCT_END
,
0
,
_pToken
);
...
...
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