Kaydet (Commit) 6b6ebeea authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile Kaydeden (comit) Caolán McNamara

svx::ExtrusionDepthController is a ToolbarController

This class is dereived from svt::PopupWindowController, derived in turn from
svt::ToolboxController, the base class of all css.frame.ToolbarController's.
Adapt getSupportedServiceNames() and the passive component registration to
reflect that fact.

(cherry picked from commit e0f9eb4c)

Conflicts:
	svx/source/tbxctrls/extrusioncontrols.cxx

Change-Id: I866c1dc43d31dc269ec72890041b87292b02b2f9
üst 53ef9fa1
......@@ -533,7 +533,7 @@ OUString SAL_CALL ExtrusionDepthController_getImplementationName()
Sequence< OUString > SAL_CALL ExtrusionDepthController_getSupportedServiceNames() throw( RuntimeException )
{
Sequence< OUString > aSNS( 1 );
aSNS.getArray()[0] = OUString( "com.sun.star.frame.PopupMenuController" );
aSNS.getArray()[0] = OUString( "com.sun.star.frame.ToolbarController" );
return aSNS;
}
......
......@@ -19,7 +19,7 @@
<component loader="com.sun.star.loader.SharedLibrary" prefix="svxcore"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.svx.ExtrusionDepthController">
<service name="com.sun.star.frame.PopupMenuController"/>
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>
<implementation name="com.sun.star.comp.svx.ExtrusionDirectionController">
<service name="com.sun.star.frame.ToolbarController"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment