summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-30 18:58:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:32 +0200
commit2663b86909e898cc947b466ceef8450af7895f1f (patch)
treece18163fd655a2383d0f31a2d2aa257177cc12be /sfx2
parent2c2807326420d32aad378be7f66041b5a82d6b4f (diff)
-Werror,-Wunused-const-variable
Change-Id: Ibaf2c42050c85d9b87d58204f1c68422e33da4c1
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/SfxDocumentMetaData.cxx10
1 files changed, 0 insertions, 10 deletions
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: */