From b60f6da2e13706dddc42d1045af95ad633e1829f Mon Sep 17 00:00:00 2001 From: Krisztian Pinter Date: Wed, 31 Jul 2013 20:43:18 +0200 Subject: startcenter: Move BackingComp & BackingWindow to sfx2 BackingWindow will use ThumbnailView from sfx2 and it had to be moved to avoid a circular dependency Change-Id: I33a5982ed9e51307476c837f3f534ded7ed38ee0 --- sfx2/Library_sfx.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sfx2/Library_sfx.mk') diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 52660b77b158..1c5f507300b8 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -129,6 +129,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/config/evntconf \ sfx2/source/control/bindings \ sfx2/source/control/ctrlitem \ + sfx2/source/control/droptargetlistener \ sfx2/source/control/minfitem \ sfx2/source/control/msg \ sfx2/source/control/msgpool \ @@ -150,6 +151,8 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/control/thumbnailview \ sfx2/source/control/unoctitm \ sfx2/source/dialog/alienwarn \ + sfx2/source/dialog/backingcomp \ + sfx2/source/dialog/backingwindow \ sfx2/source/dialog/basedlgs \ sfx2/source/dialog/checkin \ sfx2/source/dialog/dialoghelper \ -- cgit