[PATCH] fdo#42949 Remove unused headers in module eventattacher

Michael Dunphy (via Code Review) gerrit at gerrit.libreoffice.org
Fri Apr 19 21:28:27 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3494

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/94/3494/1

fdo#42949 Remove unused headers in module eventattacher

Change-Id: Idbb483733a00d3b23561519f911182f8316867fd
---
M eventattacher/source/eventattacher.cxx
1 file changed, 0 insertions(+), 8 deletions(-)



diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx
index 2469788..e1287ca 100644
--- a/eventattacher/source/eventattacher.cxx
+++ b/eventattacher/source/eventattacher.cxx
@@ -16,25 +16,17 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <osl/diagnose.h>
 #include <com/sun/star/lang/XServiceInfo.hpp>
 #include <com/sun/star/lang/XInitialization.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#include <com/sun/star/registry/XRegistryKey.hpp>
 #include <com/sun/star/beans/Introspection.hpp>
 #include <com/sun/star/beans/MethodConcept.hpp>
 #include <com/sun/star/script/XEventAttacher2.hpp>
 #include <com/sun/star/script/Converter.hpp>
-#include <com/sun/star/script/XAllListener.hpp>
 #include <com/sun/star/script/XInvocationAdapterFactory.hpp>
 #include <com/sun/star/reflection/theCoreReflection.hpp>
-#include <com/sun/star/reflection/XIdlReflection.hpp>
 
 // InvocationToAllListenerMapper
-#include <com/sun/star/script/XInvocation.hpp>
 #include <comphelper/processfactory.hxx>
-#include <cppuhelper/weak.hxx>
 #include <cppuhelper/factory.hxx>
 #include <cppuhelper/implbase1.hxx>
 #include <cppuhelper/implbase3.hxx>

-- 
To view, visit https://gerrit.libreoffice.org/3494
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idbb483733a00d3b23561519f911182f8316867fd
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Michael Dunphy <michael.w.dunphy at gmail.com>



More information about the LibreOffice mailing list