[Libreoffice-commits] core.git: cli_ure/source cppuhelper/source

Matthew Pottage matthewpottage at invincitech.com
Fri Aug 8 03:03:02 PDT 2014


 cli_ure/source/climaker/climaker_app.cxx |    1 -
 cppuhelper/source/factory.cxx            |    1 -
 cppuhelper/source/servicemanager.cxx     |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit 608ebc6f01db5d9d86bab58f9cabce56c8b48326
Author: Matthew Pottage <matthewpottage at invincitech.com>
Date:   Wed Aug 6 18:12:46 2014 +0100

    Remove redundant inclusions of header "cppuhelper/shlib.h"
    
    Change-Id: Iab402035613a6cc96b7b4ebd2981a1fd0f8bed23
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx
index 0f14a17..1a3335c 100644
--- a/cli_ure/source/climaker/climaker_app.cxx
+++ b/cli_ure/source/climaker/climaker_app.cxx
@@ -31,7 +31,6 @@
 #include "osl/file.hxx"
 #include "osl/thread.h"
 #include "rtl/ustrbuf.hxx"
-#include "cppuhelper/shlib.hxx"
 #include "cppuhelper/bootstrap.hxx"
 #include "com/sun/star/lang/XComponent.hpp"
 #include "com/sun/star/container/XHierarchicalNameAccess.hpp"
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx
index ef80fb8..11734e1 100644
--- a/cppuhelper/source/factory.cxx
+++ b/cppuhelper/source/factory.cxx
@@ -24,7 +24,6 @@
 #include <cppuhelper/component.hxx>
 #include <cppuhelper/factory.hxx>
 #include <cppuhelper/implbase3.hxx>
-#include <cppuhelper/shlib.hxx>
 #include <cppuhelper/supportsservice.hxx>
 #include <cppuhelper/typeprovider.hxx>
 #include <rtl/instance.hxx>
diff --git a/cppuhelper/source/servicemanager.cxx b/cppuhelper/source/servicemanager.cxx
index d682cd6..84b29b3 100644
--- a/cppuhelper/source/servicemanager.cxx
+++ b/cppuhelper/source/servicemanager.cxx
@@ -33,7 +33,6 @@
 #include <cppuhelper/component_context.hxx>
 #include <cppuhelper/implbase1.hxx>
 #include <cppuhelper/implbase3.hxx>
-#include <cppuhelper/shlib.hxx>
 #include <cppuhelper/supportsservice.hxx>
 #include <osl/file.hxx>
 #include <rtl/ref.hxx>


More information about the Libreoffice-commits mailing list