diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2013-07-31 20:43:18 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-08-06 19:56:29 +0200 |
commit | b60f6da2e13706dddc42d1045af95ad633e1829f (patch) | |
tree | 2a78225ccc56e20da6c7264aa1a981e6dd647e69 /framework/util | |
parent | a9770af052e5c3d9de893ef84c608479c03f06a7 (diff) |
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
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/fwk.component | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/util/fwk.component b/framework/util/fwk.component index f46b712626a1..27e44bdb7d8a 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -28,9 +28,6 @@ <implementation name="com.sun.star.comp.framework.AutoRecovery"> <service name="com.sun.star.frame.AutoRecovery"/> </implementation> - <implementation name="com.sun.star.comp.framework.BackingComp"> - <service name="com.sun.star.frame.StartModule"/> - </implementation> <implementation name="com.sun.star.comp.framework.ControlMenuController"> <service name="com.sun.star.frame.PopupMenuController"/> </implementation> |