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
282b0123
Kaydet (Commit)
282b0123
authored
May 15, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
error: invalid conversion from 'int' to 'formula::StackVar'
Change-Id: I77280f843ae3123a6e0459becb2ce0b5fd7b78cc
üst
45c89d62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ucalc_formula.cxx
sc/qa/unit/ucalc_formula.cxx
+4
-4
No files found.
sc/qa/unit/ucalc_formula.cxx
Dosyayı görüntüle @
282b0123
...
@@ -821,11 +821,11 @@ void Test::testFormulaCompilerJumpReordering()
...
@@ -821,11 +821,11 @@ void Test::testFormulaCompilerJumpReordering()
TokenCheck
aCheckRPN
[]
=
TokenCheck
aCheckRPN
[]
=
{
{
{
ocPush
,
svSingleRef
},
{
ocPush
,
svSingleRef
},
{
ocIf
,
0
},
{
ocIf
,
static_cast
<
formula
::
StackVar
>
(
0
)
},
{
ocPush
,
svDouble
},
{
ocPush
,
svDouble
},
{
ocSep
,
0
},
{
ocSep
,
static_cast
<
formula
::
StackVar
>
(
0
)
},
{
ocPush
,
svString
},
{
ocPush
,
svString
},
{
ocClose
,
0
},
{
ocClose
,
static_cast
<
formula
::
StackVar
>
(
0
)
},
};
};
sal_uInt16
nLen
=
pCode
->
GetCodeLen
();
sal_uInt16
nLen
=
pCode
->
GetCodeLen
();
...
@@ -852,7 +852,7 @@ void Test::testFormulaCompilerJumpReordering()
...
@@ -852,7 +852,7 @@ void Test::testFormulaCompilerJumpReordering()
{
ocPush
,
svSingleRef
},
{
ocPush
,
svSingleRef
},
{
ocPush
,
svDouble
},
{
ocPush
,
svDouble
},
{
ocPush
,
svString
},
{
ocPush
,
svString
},
{
ocIf
,
0
},
{
ocIf
,
static_cast
<
formula
::
StackVar
>
(
0
)
},
};
};
nLen
=
pCode
->
GetCodeLen
();
nLen
=
pCode
->
GetCodeLen
();
...
...
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