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 /sw/sdi/swslots.sdi | |
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 'sw/sdi/swslots.sdi')
-rw-r--r-- | sw/sdi/swslots.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/sdi/swslots.sdi b/sw/sdi/swslots.sdi index 5dc8e7d10bf3..6d2a0602d2dd 100644 --- a/sw/sdi/swslots.sdi +++ b/sw/sdi/swslots.sdi @@ -26,8 +26,8 @@ SlotIdFile( "swslots.hrc" ) ModulePrefix( "Sw" ) ] { - include "sfx2/sfxitems.sdi" - include "sfx2/sfx.sdi" + include "sfxitems.sdi" + include "sfx.sdi" include "svx/svxitems.sdi" include "svx/xoitems.sdi" include "svx/svx.sdi" |