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
f6c2fd1c
Kaydet (Commit)
f6c2fd1c
authored
Ara 20, 2017
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused ocExternalRef
Change-Id: Ie32411637f2f2dbedfc8e4272e952ecc1d72ac49
üst
0b53f794
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
opcode.hxx
include/formula/opcode.hxx
+0
-2
No files found.
include/formula/opcode.hxx
Dosyayı görüntüle @
f6c2fd1c
...
@@ -33,7 +33,6 @@ enum OpCode : sal_uInt16
...
@@ -33,7 +33,6 @@ enum OpCode : sal_uInt16
ocStop
=
SC_OPCODE_STOP
,
ocStop
=
SC_OPCODE_STOP
,
ocExternal
=
SC_OPCODE_EXTERNAL
,
ocExternal
=
SC_OPCODE_EXTERNAL
,
ocName
=
SC_OPCODE_NAME
,
ocName
=
SC_OPCODE_NAME
,
ocExternalRef
=
SC_OPCODE_EXTERNAL_REF
,
// Jump commands
// Jump commands
ocIf
=
SC_OPCODE_IF
,
ocIf
=
SC_OPCODE_IF
,
ocIfError
=
SC_OPCODE_IF_ERROR
,
ocIfError
=
SC_OPCODE_IF_ERROR
,
...
@@ -527,7 +526,6 @@ inline std::string OpCodeEnumToString(OpCode eCode)
...
@@ -527,7 +526,6 @@ inline std::string OpCodeEnumToString(OpCode eCode)
case
ocStop
:
return
"Stop"
;
case
ocStop
:
return
"Stop"
;
case
ocExternal
:
return
"External"
;
case
ocExternal
:
return
"External"
;
case
ocName
:
return
"Name"
;
case
ocName
:
return
"Name"
;
case
ocExternalRef
:
return
"ExternalRef"
;
case
ocIf
:
return
"If"
;
case
ocIf
:
return
"If"
;
case
ocIfError
:
return
"IfError"
;
case
ocIfError
:
return
"IfError"
;
case
ocIfNA
:
return
"IfNA"
;
case
ocIfNA
:
return
"IfNA"
;
...
...
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