From eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 10 Apr 2013 16:29:45 +0200 Subject: remove unused component_canUnload functions Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc --- configmgr/source/configurationprovider.cxx | 1 - configmgr/source/configurationprovider.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'configmgr') 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 { -- cgit