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
432368d1
Kaydet (Commit)
432368d1
authored
Kas 27, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix OpenCL-less build
Change-Id: I36a0151640067e3d040ebf46784bdb8c534153e1
üst
280fd154
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
treeopt.cxx
cui/source/options/treeopt.cxx
+4
-0
No files found.
cui/source/options/treeopt.cxx
Dosyayı görüntüle @
432368d1
...
...
@@ -47,7 +47,9 @@
#include "optjsearch.hxx"
#include "optlingu.hxx"
#include "optmemory.hxx"
#if HAVE_FEATURE_OPENCL
#include "optopencl.hxx"
#endif
#include "optpath.hxx"
#include "optsave.hxx"
#include "optupdt.hxx"
...
...
@@ -321,7 +323,9 @@ SfxTabPage* CreateGeneralTabPage( sal_uInt16 nId, vcl::Window* pParent, const Sf
case
RID_SVXPAGE_ACCESSIBILITYCONFIG
:
fnCreate
=
&
SvxAccessibilityOptionsTabPage
::
Create
;
break
;
case
RID_SVXPAGE_OPTIONS_CTL
:
fnCreate
=
&
SvxCTLOptionsPage
::
Create
;
break
;
case
RID_SVXPAGE_OPTIONS_JAVA
:
fnCreate
=
&
SvxJavaOptionsPage
::
Create
;
break
;
#if HAVE_FEATURE_OPENCL
case
RID_SVXPAGE_OPENCL
:
fnCreate
=
&
SvxOpenCLTabPage
::
Create
;
break
;
#endif
case
RID_SVXPAGE_ONLINEUPDATE
:
fnCreate
=
&
SvxOnlineUpdateTabPage
::
Create
;
break
;
case
RID_OPTPAGE_CHART_DEFCOLORS
:
fnCreate
=
&
SvxDefaultColorOptPage
::
Create
;
break
;
#if HAVE_FEATURE_SCRIPTING
...
...
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