diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-30 10:04:05 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:46 +0100 |
commit | 02eb7511f99d2e2322c57ea86695c3db87a037fd (patch) | |
tree | 53c25abf4186b04ba429fd127f2fbdf0c7b7d5de /svx/util/svx.component | |
parent | abcca7ae5ff80eb53e239f96392832d4046f460d (diff) |
svx: Use constructor feature for sidebar::PanelFactory.
Change-Id: Iafc01d943c9862a8e8775b79b81c885ab9565dbc
Diffstat (limited to 'svx/util/svx.component')
-rw-r--r-- | svx/util/svx.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component index e5054eb0130c..f087dcb833df 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -73,7 +73,8 @@ <implementation name="com.sun.star.svx.ExitFindbarToolboxController"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> - <implementation name="org.apache.openoffice.comp.svx.sidebar.PanelFactory"> + <implementation name="org.apache.openoffice.comp.svx.sidebar.PanelFactory" + constructor="org_apache_openoffice_comp_svx_sidebar_PanelFactory_implementation_getFactory"> <service name="com.sun.star.ui.UIElementFactory"/> </implementation> </component> |