summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-07-26 20:44:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-07-26 20:44:25 +0200
commit39b1fb894fb3cd5ae2db65ddf9a2db761604f5e5 (patch)
tree300b01669ab3593af2a3e3e730de73a29cbbcc44
parent7087de13aba5fb7303a532e198a43fd1d13435b0 (diff)
fdo#46037: comphelper/configurationhelper partly not used in fmwk/accelerators
Change-Id: I710b9155b6ce8f42f46d87c80cebf37414e91c70
-rw-r--r--framework/source/accelerators/globalacceleratorconfiguration.cxx1
-rw-r--r--framework/source/accelerators/moduleacceleratorconfiguration.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx
index baabc9fe5f5d..6d55b06e29fb 100644
--- a/framework/source/accelerators/globalacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx
@@ -34,7 +34,6 @@
#include <vcl/svapp.hxx>
#include <i18nlangtag/languagetag.hxx>
-#include <comphelper/configurationhelper.hxx>
#define IMPLEMENTATIONNAME_GLOBALACCELERATORCONFIGURATION DECLARE_ASCII("com.sun.star.comp.framework.GlobalAcceleratorConfiguration")
diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
index c20ee8342520..186ed0e2ab41 100644
--- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
@@ -33,8 +33,6 @@
#include <comphelper/sequenceashashmap.hxx>
#include <vcl/svapp.hxx>
-#include <comphelper/configurationhelper.hxx>
-
#include <com/sun/star/util/XChangesNotifier.hpp>