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 /sc | |
parent | 429a850d0d84176dfc1f952ec8c9d08881cf1a1c (diff) |
svx: remove Package_sdi
Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Library_sc.mk | 1 | ||||
-rw-r--r-- | sc/sdi/scslots.sdi | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 7ee05574a19f..2903aa67525d 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -589,6 +589,7 @@ $(eval $(call gb_SdiTarget_SdiTarget,sc/sdi/scslots,sc/sdi/scalc)) $(eval $(call gb_SdiTarget_set_include,sc/sdi/scslots,\ -I$(SRCDIR)/sc/inc \ -I$(SRCDIR)/sc/sdi \ + -I$(SRCDIR)/svx/sdi \ -I$(SRCDIR)/sfx2/sdi \ $$(INCLUDE) \ )) diff --git a/sc/sdi/scslots.sdi b/sc/sdi/scslots.sdi index 27bc8a35d83b..7ef3eecbd0af 100644 --- a/sc/sdi/scslots.sdi +++ b/sc/sdi/scslots.sdi @@ -42,9 +42,9 @@ ModulePrefix( "Sc" ) // bei Problemen ggF. "von Hand" includen (=Copy/Paste) 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 "scalc.sdi" include "docsh.sdi" |