summaryrefslogtreecommitdiffstats
path: root/io/source/connector/connector.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-04-10 16:29:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-19 16:52:03 +0200
commiteeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (patch)
tree8301967148dea710244b57c008b4fa18d176965a /io/source/connector/connector.hxx
parentfdo#60949: Move some libs to OOOLIBS (diff)
downloadcore-eeaa2ecd1e1f6e0f468854b891de0caa28c470e6.tar.gz
core-eeaa2ecd1e1f6e0f468854b891de0caa28c470e6.zip
remove unused component_canUnload functions
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
Diffstat (limited to 'io/source/connector/connector.hxx')
-rw-r--r--io/source/connector/connector.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/io/source/connector/connector.hxx b/io/source/connector/connector.hxx
index de4edef9960c..14abf3c6119f 100644
--- a/io/source/connector/connector.hxx
+++ b/io/source/connector/connector.hxx
@@ -16,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <rtl/unload.h>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase2.hxx>
@@ -30,8 +29,6 @@
namespace stoc_connector
{
- extern rtl_StandardModuleCount g_moduleCount;
-
template<class T>
struct ReferenceHash
{