diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-09 20:48:08 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-17 12:25:05 +0100 |
commit | 4c016d70043f8fc4709eacbcef496ab0d9b65c15 (patch) | |
tree | ff5d17750dcee3d34b5d75c0224f430de3bb3dad /framework/source/register | |
parent | 278880fbd1a9d74be486bf5a2248bfe64c7dc2fc (diff) |
fwk: Use constructor feature for GlobalAcceleratorConfiguration.
Change-Id: Ic0268e9841c78e5de646074755e99706adac8d7d
Diffstat (limited to 'framework/source/register')
-rw-r--r-- | framework/source/register/registerservices.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/register/registerservices.cxx b/framework/source/register/registerservices.cxx index 7ecd19e2276c..e36f23adaaaa 100644 --- a/framework/source/register/registerservices.cxx +++ b/framework/source/register/registerservices.cxx @@ -43,7 +43,6 @@ #include <uiconfiguration/moduleuicfgsupplier.hxx> #include <uiconfiguration/moduleuiconfigurationmanager.hxx> #include <uifactory/menubarfactory.hxx> -#include <accelerators/globalacceleratorconfiguration.hxx> #include <accelerators/moduleacceleratorconfiguration.hxx> #include <accelerators/documentacceleratorconfiguration.hxx> #include <uifactory/toolboxfactory.hxx> @@ -71,7 +70,6 @@ COMPONENTGETFACTORY ( fwk, IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier ) else IFFACTORY( ::framework::ModuleUIConfigurationManager ) else IFFACTORY( ::framework::MenuBarFactory ) else - IFFACTORY( ::framework::GlobalAcceleratorConfiguration ) else IFFACTORY( ::framework::ModuleAcceleratorConfiguration ) else IFFACTORY( ::framework::DocumentAcceleratorConfiguration ) else IFFACTORY( ::framework::ToolBoxFactory ) else |