diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-09 17:54:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:46 +0100 |
commit | 5cabaf5a32188f24344f68fa48cbdc0a8b8cfb41 (patch) | |
tree | 36362949319d90e12942d3250ec4d0cf9ad58c50 /sw | |
parent | 19b33ca42f1ce38a2e58070f962f37ecae58be0d (diff) |
fdo#39491 more of unnecessary include paths
Diffstat (limited to 'sw')
-rw-r--r-- | sw/Library_msword.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index 9951fb3076ec..376bab5410a9 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -36,7 +36,6 @@ $(eval $(call gb_Library_set_include,msword,\ -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ -I$(realpath $(SRCDIR)/sw/inc) \ $$(INCLUDE) \ - -I$(WORKDIR)/oox/inc/ \ )) $(eval $(call gb_Library_add_api,msword,\ |