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
b6fc0ac8
Kaydet (Commit)
b6fc0ac8
authored
Eyl 17, 2013
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove WITH_ACTIVEX_COMPONENT
Change-Id: I3320b3ce3307598a479dfac5b120e85441c670dc
üst
f3464f5e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
11 deletions
+2
-11
configure.ac
configure.ac
+0
-1
InstallScript_setup_osl.mk
scp2/InstallScript_setup_osl.mk
+1
-1
Module_scp2.mk
scp2/Module_scp2.mk
+1
-1
file_activex.scp
scp2/source/activex/file_activex.scp
+0
-4
module_activex.scp
scp2/source/activex/module_activex.scp
+0
-4
No files found.
configure.ac
Dosyayı görüntüle @
b6fc0ac8
...
...
@@ -3065,7 +3065,6 @@ if test "$_os" = "WINNT" -a "$WITH_MINGW" != yes; then
AC_MSG_CHECKING([whether to use ActiveX])
if test "$enable_activex" = "yes" -o "$enable_activex" = ""; then
DISABLE_ACTIVEX=""
SCPDEFS="$SCPDEFS -DWITH_ACTIVEX_COMPONENT"
AC_MSG_RESULT([yes])
else
DISABLE_ACTIVEX="TRUE"
...
...
scp2/InstallScript_setup_osl.mk
Dosyayı görüntüle @
b6fc0ac8
...
...
@@ -26,7 +26,7 @@ $(eval $(call gb_InstallScript_use_modules,setup_osl,\
scp2/writer \
scp2/xsltfilter \
$(if $(filter WNT,$(OS)),\
scp2/activex
\
$(if $(DISABLE_ACTIVEX),,scp2/activex)
\
scp2/quickstart \
scp2/windows \
$(if $(filter MSC,$(COM)),\
...
...
scp2/Module_scp2.mk
Dosyayı görüntüle @
b6fc0ac8
...
...
@@ -37,7 +37,7 @@ $(eval $(call gb_Module_add_targets,scp2,\
InstallScript_sdkoo \
) \
$(if $(filter WNT,$(OS)),\
InstallModule_activex
\
$(if $(DISABLE_ACTIVEX),,InstallModule_activex)
\
InstallModule_quickstart \
InstallModule_windows \
$(if $(filter MSC,$(COM)),\
...
...
scp2/source/activex/file_activex.scp
Dosyayı görüntüle @
b6fc0ac8
...
...
@@ -18,8 +18,6 @@
#include "macros.inc"
#ifdef WITH_ACTIVEX_COMPONENT
File gid_File_Lib_Soactivex
LIB_FILE_BODY;
Styles = (PACKED);
...
...
@@ -36,5 +34,3 @@ End
ComponentCondition = "VersionNT64";
End
#endif
#endif // WITH_ACTIVEX_COMPONENT
scp2/source/activex/module_activex.scp
Dosyayı görüntüle @
b6fc0ac8
...
...
@@ -19,8 +19,6 @@
#include "macros.inc"
#include "AutoInstall/activexbinarytable"
#ifdef WITH_ACTIVEX_COMPONENT
Module gid_Module_Optional_Activexcontrol
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_ACTIVEXCONTROL );
...
...
@@ -33,5 +31,3 @@ Module gid_Module_Optional_Activexcontrol
gid_File_Lib_Soactivex64,
gid_File_Lib_Regpatchactivex_Msi);
End
#endif // WITH_ACTIVEX_COMPONENT
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