summaryrefslogtreecommitdiff
path: root/vcl/source/image/ImplImageTree.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commitca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch)
treee9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/source/image/ImplImageTree.cxx
parente279245767050c8ca9743b33ab395cb67dd9a63c (diff)
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/source/image/ImplImageTree.cxx')
-rw-r--r--vcl/source/image/ImplImageTree.cxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/vcl/source/image/ImplImageTree.cxx b/vcl/source/image/ImplImageTree.cxx
index 64466c4d0e41..880e7b5ffbb5 100644
--- a/vcl/source/image/ImplImageTree.cxx
+++ b/vcl/source/image/ImplImageTree.cxx
@@ -19,25 +19,25 @@
#include <config_folders.h>
-#include "sal/config.h"
-
-#include "com/sun/star/container/XNameAccess.hpp"
-#include "com/sun/star/io/XInputStream.hpp"
-#include "com/sun/star/lang/Locale.hpp"
-#include "com/sun/star/lang/XMultiServiceFactory.hpp"
-#include "com/sun/star/packages/zip/ZipFileAccess.hpp"
-#include "com/sun/star/uno/Exception.hpp"
-#include "com/sun/star/uno/RuntimeException.hpp"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "comphelper/processfactory.hxx"
-#include "osl/file.hxx"
-#include "osl/diagnose.h"
-#include "rtl/bootstrap.hxx"
-#include "rtl/uri.hxx"
-
-#include "tools/stream.hxx"
-#include "tools/urlobj.hxx"
-#include "implimagetree.hxx"
+#include <sal/config.h>
+
+#include <com/sun/star/container/XNameAccess.hpp>
+#include <com/sun/star/io/XInputStream.hpp>
+#include <com/sun/star/lang/Locale.hpp>
+#include <com/sun/star/lang/XMultiServiceFactory.hpp>
+#include <com/sun/star/packages/zip/ZipFileAccess.hpp>
+#include <com/sun/star/uno/Exception.hpp>
+#include <com/sun/star/uno/RuntimeException.hpp>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <comphelper/processfactory.hxx>
+#include <osl/file.hxx>
+#include <osl/diagnose.h>
+#include <rtl/bootstrap.hxx>
+#include <rtl/uri.hxx>
+
+#include <tools/stream.hxx>
+#include <tools/urlobj.hxx>
+#include <implimagetree.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/dibtools.hxx>
@@ -48,7 +48,7 @@
#include <vcl/IconThemeScanner.hxx>
#include <vcl/pngwrite.hxx>
-#include "BitmapProcessor.hxx"
+#include <BitmapProcessor.hxx>
bool ImageRequestParameters::convertToDarkTheme()
{