[Libreoffice-commits] core.git: vcl/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 12:28:02 UTC 2019


 vcl/inc/qt5/Qt5DragAndDrop.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fc67d2000631bb83812fecbf99e4179ccdac1487
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jan 30 13:27:33 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jan 30 13:27:33 2019 +0100

    loplugin:includeform
    
    Change-Id: I8ac8b1cbbf94f405ffef0037b6957b35d44a8f91

diff --git a/vcl/inc/qt5/Qt5DragAndDrop.hxx b/vcl/inc/qt5/Qt5DragAndDrop.hxx
index 7ad5dfcec9b8..099ba444ea15 100644
--- a/vcl/inc/qt5/Qt5DragAndDrop.hxx
+++ b/vcl/inc/qt5/Qt5DragAndDrop.hxx
@@ -11,7 +11,7 @@
 #pragma once
 
 #include <cppuhelper/compbase.hxx>
-#include <Qt5Clipboard.hxx>
+#include "Qt5Clipboard.hxx"
 
 #include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
 #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>


More information about the Libreoffice-commits mailing list