[PATCH] fdo42949 Remove unused headers in module eventattacher
Michael Dunphy (via Code Review)
gerrit at gerrit.libreoffice.org
Fri Apr 19 21:27:33 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3493
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/93/3493/1
fdo42949 Remove unused headers in module eventattacher
Change-Id: Ia695f8fbfebc3d93f667fa314f2218ae7a4ef9e5
---
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/3493
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia695f8fbfebc3d93f667fa314f2218ae7a4ef9e5
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