summaryrefslogtreecommitdiff
path: root/framework/source/register
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 20:58:27 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-18 17:02:37 +0100
commit7dca32d575ab974e5f42f579bdeda21d2e445efe (patch)
tree420ffff2d8d6a586c666038f52fa7b2879bc2ec1 /framework/source/register
parent72b5343bd16deec540d8cd148cd7aebd74e92c16 (diff)
fwk: Use constructor feature for DocumentAcceleratorConfiguration.
And avoid css::uno::XInitialization protocol. Change-Id: I14daf6409bf0d651d7b23246ba3855f647b3d1ef
Diffstat (limited to 'framework/source/register')
-rw-r--r--framework/source/register/registerservices.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/register/registerservices.cxx b/framework/source/register/registerservices.cxx
index 69583ac795b4..c86390a22001 100644
--- a/framework/source/register/registerservices.cxx
+++ b/framework/source/register/registerservices.cxx
@@ -41,7 +41,6 @@
#include <uiconfiguration/moduleuicfgsupplier.hxx>
#include <uifactory/menubarfactory.hxx>
#include <accelerators/moduleacceleratorconfiguration.hxx>
-#include <accelerators/documentacceleratorconfiguration.hxx>
#include <uifactory/toolboxfactory.hxx>
#include "uiconfiguration/windowstateconfiguration.hxx"
#include <services/autorecovery.hxx>
@@ -64,7 +63,6 @@ COMPONENTGETFACTORY ( fwk,
IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier ) else
IFFACTORY( ::framework::MenuBarFactory ) else
IFFACTORY( ::framework::ModuleAcceleratorConfiguration ) else
- IFFACTORY( ::framework::DocumentAcceleratorConfiguration ) else
IFFACTORY( ::framework::ToolBoxFactory ) else
IFFACTORY( ::framework::WindowStateConfiguration ) else
IFFACTORY( ::framework::ToolbarControllerFactory ) else