diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-07 18:51:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-08 17:49:55 +0200 |
commit | 429a850d0d84176dfc1f952ec8c9d08881cf1a1c (patch) | |
tree | 587b3e86c2bc398ad06c56e9b77f65731e16760c /svx | |
parent | 06803677ef3b91ebaaa1d1338a403c578cebba99 (diff) |
sfx2: remove Package_sdi
There are just a handful of sdi files in sfx2 anyway so just put
sfx2/sdi on include path.
Change-Id: Ia9be889a63ba9a2f330b505613ae38158a4b7bdf
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svxcore.mk | 1 | ||||
-rw-r--r-- | svx/sdi/svxslots.sdi | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index f3601baf02b3..19e0551b3e53 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -460,6 +460,7 @@ $(eval $(call gb_SdiTarget_set_include,svx/sdi/svxslots,\ $$(INCLUDE) \ -I$(SRCDIR)/svx/inc \ -I$(SRCDIR)/svx/sdi \ + -I$(SRCDIR)/sfx2/sdi \ )) # Runtime dependency for unit-tests diff --git a/svx/sdi/svxslots.sdi b/svx/sdi/svxslots.sdi index 9882eca8feba..be1c7b94dd4d 100644 --- a/svx/sdi/svxslots.sdi +++ b/svx/sdi/svxslots.sdi @@ -26,8 +26,8 @@ SlotIdFile( "svxslots.hrc" ) { //========================================================================= - include "sfx2/sfxitems.sdi" - include "sfx2/sfx.sdi" + include "sfxitems.sdi" + include "sfx.sdi" include "svxitems.sdi" include "xoitems.sdi" include "svx.sdi" |