diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-10 16:29:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-19 16:52:03 +0200 |
commit | eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (patch) | |
tree | 8301967148dea710244b57c008b4fa18d176965a /configmgr | |
parent | ef08518fcfdab0e5fd5c61aa4fb4f7907fcb8355 (diff) |
remove unused component_canUnload functions
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/configurationprovider.cxx | 1 | ||||
-rw-r--r-- | configmgr/source/configurationprovider.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx index d0afa62ca337..d5edfabdbaec 100644 --- a/configmgr/source/configurationprovider.cxx +++ b/configmgr/source/configurationprovider.cxx @@ -52,7 +52,6 @@ #include "osl/mutex.hxx" #include "sal/types.h" #include "rtl/ref.hxx" -#include "rtl/unload.h" #include "rtl/ustring.h" #include "rtl/ustring.hxx" diff --git a/configmgr/source/configurationprovider.hxx b/configmgr/source/configurationprovider.hxx index 5d11aa9c0aee..b9ab36999357 100644 --- a/configmgr/source/configurationprovider.hxx +++ b/configmgr/source/configurationprovider.hxx @@ -25,7 +25,6 @@ #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/Sequence.hxx" #include "cppuhelper/factory.hxx" -#include "rtl/unload.h" #include "sal/types.h" namespace com { namespace sun { namespace star { |