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
05676088
Kaydet (Commit)
05676088
authored
Tem 28, 2016
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cui: fix Android build
Change-Id: I6396d7702de42ad2cec3843e919cca084e92c008
üst
f2027aab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
about.cxx
cui/source/dialogs/about.cxx
+4
-0
No files found.
cui/source/dialogs/about.cxx
Dosyayı görüntüle @
05676088
...
...
@@ -48,7 +48,9 @@
#include <rtl/ustrbuf.hxx>
#include <vcl/bitmap.hxx>
#if HAVE_FEATURE_OPENCL
#include <opencl/openclwrapper.hxx>
#endif
#include <officecfg/Office/Common.hxx>
using
namespace
::
com
::
sun
::
star
::
uno
;
...
...
@@ -304,6 +306,7 @@ OUString AboutDialog::GetVersionString()
sVersion
+=
m_aLocaleStr
.
replaceAll
(
"$LOCALE"
,
aLocaleStr
);
}
#if HAVE_FEATURE_OPENCL
OUString
aCalcMode
=
"Calc: "
;
// Calc calculation mode
bool
bSWInterp
=
officecfg
::
Office
::
Common
::
Misc
::
UseSwInterpreter
::
get
();
bool
bOpenCL
=
opencl
::
GPUEnv
::
isOpenCLEnabled
();
...
...
@@ -314,6 +317,7 @@ OUString AboutDialog::GetVersionString()
else
aCalcMode
+=
"single"
;
sVersion
+=
"; "
+
aCalcMode
;
#endif
return
sVersion
;
}
...
...
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