diff options
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 4 | ||||
-rw-r--r-- | postprocess/packregistry/makefile.mk | 4 | ||||
-rw-r--r-- | scp2/source/ooo/makefile.mk | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index e2f7a74e9a2f..0c715157a377 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -239,10 +239,6 @@ my_components += kde4be1 my_components += component/slideshow/source/engine/OGLTrans/ogltrans .END -.IF "$(ENABLE_SVCTAGS)" == "YES" -my_components += productregistration.jar -.END - .IF "$(ENABLE_LOMENUBAR)" == "TRUE" my_components += component/framework/util/lomenubar .END diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index a2941b64b9f8..1b67b07cc807 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -69,10 +69,6 @@ MY_FILES_brand = \ $(MY_MOD)/org/openoffice/Office/Common-brand.xcu \ $(MY_MOD)/org/openoffice/Office/UI-brand.xcu \ $(MY_MOD)/org/openoffice/Setup-brand.xcu -.IF "$(ENABLE_SVCTAGS)" == "YES" -MY_FILES_brand += \ - $(MY_MOD)/org/openoffice/Office/Jobs/Jobs-registration.xcu -.END MY_DEPS_calc = main MY_FILES_calc = \ diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index d24715f2ce6f..0e988b2fa570 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -228,10 +228,6 @@ SCPDEFS+=-DSYSTEM_LIBTEXTCAT SCPDEFS+=-DSYSTEM_LIBTEXTCAT_DATA .ENDIF -.IF "$(ENABLE_SVCTAGS)" == "YES" -SCPDEFS+=-DENABLE_SVCTAGS -.ENDIF - .IF "$(WITH_VC_REDIST)" == "TRUE" SCPDEFS+=-DWITH_VC_REDIST .ENDIF |