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 /sfx2/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 'sfx2/util')
-rw-r--r-- | sfx2/util/sfx.component | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component index 0de2629eb110..dc3150988622 100644 --- a/sfx2/util/sfx.component +++ b/sfx2/util/sfx.component @@ -19,6 +19,9 @@ <component loader="com.sun.star.loader.SharedLibrary" prefix="sfx" xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.comp.sfx2.BackingComp"> + <service name="com.sun.star.frame.StartModule"/> + </implementation> <implementation name="SfxDocumentMetaData"> <service name="com.sun.star.document.DocumentProperties"/> </implementation> |