diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-07 19:00:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-08 17:49:55 +0200 |
commit | 32b9ff886614c1afe117ffd4c1b8807582913725 (patch) | |
tree | bc5c4d513d3556bbdd358351579752eaf57b84d5 /starmath | |
parent | 429a850d0d84176dfc1f952ec8c9d08881cf1a1c (diff) |
svx: remove Package_sdi
Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/Library_sm.mk | 1 | ||||
-rw-r--r-- | starmath/sdi/smslots.sdi | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 4bf21ef7fcd5..342190b70ffb 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -93,6 +93,7 @@ $(eval $(call gb_SdiTarget_SdiTarget,starmath/sdi/smslots,starmath/sdi/smath)) $(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\ -I$(SRCDIR)/starmath/inc \ -I$(SRCDIR)/starmath/sdi \ + -I$(SRCDIR)/svx/sdi \ -I$(SRCDIR)/sfx2/sdi \ $$(INCLUDE) \ )) diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 1bea1685b6a5..5291ca1c40e0 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -30,9 +30,9 @@ StarMath { include "sfxitems.sdi" include "sfx.sdi" - include "svx/svxitems.sdi" - include "svx/xoitems.sdi" - include "svx/svx.sdi" + include "svxitems.sdi" + include "xoitems.sdi" + include "svx.sdi" include "smath.sdi" interface StarMath [ |