[Libreoffice-commits] .: binfilter/bf_offmgr binfilter/bf_xmloff
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Fri Jun 15 07:30:18 PDT 2012
binfilter/bf_offmgr/source/offapp/app/makefile.mk | 4 ----
binfilter/bf_offmgr/util/makefile.mk | 4 ----
binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx | 1 -
3 files changed, 9 deletions(-)
New commits:
commit 87aa2b36a87eef0c9e8ceb666f5fe10b68e37a65
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Fri Jun 15 15:39:37 2012 +0200
Remove obsolete stuff
* inetdef is unused
* PCH is dead
Change-Id: Ied87246c69cb64800b25b34edc760659285728aa
diff --git a/binfilter/bf_offmgr/source/offapp/app/makefile.mk b/binfilter/bf_offmgr/source/offapp/app/makefile.mk
index 41e0ff7..d8e45c9 100644
--- a/binfilter/bf_offmgr/source/offapp/app/makefile.mk
+++ b/binfilter/bf_offmgr/source/offapp/app/makefile.mk
@@ -39,10 +39,6 @@ NO_HIDS=TRUE
.INCLUDE : $(BFPRJ)$/util$/makefile.pmk
INC+= -I$(PRJ)$/inc$/bf_offmgr
-.IF "$(prjpch)" != ""
-CDEFS=$(CDEFS) -DPRECOMPILED
-.ENDIF
-
.IF "$(GUI)"=="UNX"
CDEFS+=-DDLL_NAME=libbf_ofa$(DLLPOSTFIX)$(DLLPOST)
.ELSE
diff --git a/binfilter/bf_offmgr/util/makefile.mk b/binfilter/bf_offmgr/util/makefile.mk
index 6a5dbb2..a37bf80 100644
--- a/binfilter/bf_offmgr/util/makefile.mk
+++ b/binfilter/bf_offmgr/util/makefile.mk
@@ -38,10 +38,6 @@ NO_HIDS=TRUE
.INCLUDE : settings.mk
alllangiso=en-US
-.IF "$(prjpch)" != ""
-CDEFS+=-DPRECOMPILED
-.ENDIF
-
RSCLOCINC!:=$(RSCLOCINC);$(PRJ)$/RES
SOLARLIB+=-L$(LB)
diff --git a/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx b/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
index c67a9ec..99d02f3 100644
--- a/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
+++ b/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include <tools/inetdef.hxx>
#include <tools/urlobj.hxx>
#include <unotools/configmgr.hxx>
More information about the Libreoffice-commits
mailing list