diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-07-28 23:22:04 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-07-29 15:40:41 +0000 |
commit | ae7ca8b957c9d609f8f8a2e6c01b747aee6e0a77 (patch) | |
tree | 7a562237618180bd43302457570e3ac7e91001c4 | |
parent | c694837aea16edb76dc19b3ca2db764375148011 (diff) |
fdo#46037: remove unused comphelper/configurationhelper.hxx
Change-Id: I66f9d2912202ba1393d0c65189f8a945bca4fcaa
Reviewed-on: https://gerrit.libreoffice.org/10603
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 1 | ||||
-rw-r--r-- | basic/source/comp/dim.cxx | 1 | ||||
-rw-r--r-- | framework/inc/pch/precompiled_fwk.hxx | 1 | ||||
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 552064e1e4c1..72af6c79a9ef 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -55,7 +55,6 @@ class SvxSearchItem; #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/syntaxhighlight.hxx> -#include <comphelper/configurationhelper.hxx> #include <com/sun/star/reflection/XIdlReflection.hpp> namespace com { namespace sun { namespace star { namespace beans { diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index a6625152aa22..a796040f4736 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/reflection/theCoreReflection.hpp> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/configurationhelper.hxx> #include <com/sun/star/reflection/XInterfaceMemberTypeDescription.hpp> #include <com/sun/star/reflection/XIdlMethod.hpp> #include <com/sun/star/uno/Exception.hpp> diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index c37deaf69d9c..ce8c15b6768d 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -266,7 +266,6 @@ #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <comphelper/attributelist.hxx> #include <comphelper/configuration.hxx> -#include <comphelper/configurationhelper.hxx> #include <comphelper/enumhelper.hxx> #include <comphelper/extract.hxx> #include <comphelper/interaction.hxx> diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 1ef7e3ff5829..27d9bcb2b495 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -334,7 +334,6 @@ #include <com/sun/star/xml/sax/XFastTokenHandler.hpp> #include <com/sun/star/xml/sax/XLocator.hpp> #include <comphelper/anytostring.hxx> -#include <comphelper/configurationhelper.hxx> #include <comphelper/docpasswordhelper.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 205a6a1b4740..a8925dead1f5 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -469,7 +469,6 @@ #include <comphelper/anytostring.hxx> #include <comphelper/attributelist.hxx> #include <comphelper/classids.hxx> -#include <comphelper/configurationhelper.hxx> #include <comphelper/docpasswordhelper.hxx> #include <comphelper/docpasswordrequest.hxx> #include <comphelper/documentconstants.hxx> |