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
91b2be94
Kaydet (Commit)
91b2be94
authored
Ock 08, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Cleanup.
Change-Id: Ia2440fb0e81786bc82fc982fcb4da7bbc70e014b
üst
4b5a9894
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
formulagroupcl.cxx
sc/source/core/opencl/formulagroupcl.cxx
+2
-7
No files found.
sc/source/core/opencl/formulagroupcl.cxx
Dosyayı görüntüle @
91b2be94
...
@@ -3356,20 +3356,15 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc,
...
@@ -3356,20 +3356,15 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc,
#endif
#endif
}
}
return
true
;
return
true
;
}
// namespace opencl
}
}}
// namespace sc
}}
// namespace sc
::opencl
extern
"C"
{
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
sc
::
FormulaGroupInterpreter
*
SAL_CALL
SAL_DLLPUBLIC_EXPORT
sc
::
FormulaGroupInterpreter
*
SAL_CALL
createFormulaGroupOpenCLInterpreter
()
createFormulaGroupOpenCLInterpreter
()
{
{
#if 0// USE_GROUNDWATER_INTERPRETER
if (getenv("SC_GROUNDWATER"))
return new sc::opencl::FormulaGroupInterpreterGroundwater();
#endif
return
new
sc
::
opencl
::
FormulaGroupInterpreterOpenCL
();
return
new
sc
::
opencl
::
FormulaGroupInterpreterOpenCL
();
}
}
...
...
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