From 2663b86909e898cc947b466ceef8450af7895f1f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Sep 2013 18:58:59 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: Ibaf2c42050c85d9b87d58204f1c68422e33da4c1 --- sfx2/source/doc/SfxDocumentMetaData.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/SfxDocumentMetaData.cxx b/sfx2/source/doc/SfxDocumentMetaData.cxx index 6697fda8887e..fe9cc58b9780 100644 --- a/sfx2/source/doc/SfxDocumentMetaData.cxx +++ b/sfx2/source/doc/SfxDocumentMetaData.cxx @@ -19,8 +19,6 @@ #include "sal/config.h" -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" #include "cppuhelper/compbase6.hxx" #include "com/sun/star/lang/XServiceInfo.hpp" #include "com/sun/star/document/XDocumentProperties.hpp" @@ -2373,12 +2371,4 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL _create( } // closing component helper namespace -static ::cppu::ImplementationEntry const entries[] = { - { &comp_SfxDocumentMetaData::_create, - &comp_SfxDocumentMetaData::_getImplementationName, - &comp_SfxDocumentMetaData::_getSupportedServiceNames, - &::cppu::createSingleComponentFactory, 0, 0 }, - { 0, 0, 0, 0, 0, 0 } -}; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit