From ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:28:18 +0200 Subject: loplugin:includeform: vcl Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea --- vcl/source/components/dtranscomp.cxx | 34 +++++++++++++++++----------------- vcl/source/components/fontident.cxx | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) (limited to 'vcl/source/components') diff --git a/vcl/source/components/dtranscomp.cxx b/vcl/source/components/dtranscomp.cxx index 4419e269c982..f0f02a97252b 100644 --- a/vcl/source/components/dtranscomp.cxx +++ b/vcl/source/components/dtranscomp.cxx @@ -17,28 +17,28 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/mutex.hxx" +#include #include -#include "factory.hxx" -#include "svdata.hxx" -#include "salinst.hxx" +#include +#include +#include #include -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/datatransfer/XTransferable.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboard.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardEx.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardListener.hpp" -#include "com/sun/star/datatransfer/clipboard/XSystemClipboard.hpp" -#include "com/sun/star/datatransfer/dnd/XDragSource.hpp" -#include "com/sun/star/datatransfer/dnd/XDropTarget.hpp" -#include "com/sun/star/datatransfer/dnd/DNDConstants.hpp" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx index 3d99129b933e..ac3168160657 100644 --- a/vcl/source/components/fontident.cxx +++ b/vcl/source/components/fontident.cxx @@ -20,8 +20,8 @@ #include #include -#include "factory.hxx" -#include "svdata.hxx" +#include +#include #include #include -- cgit