diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-30 13:27:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-30 13:27:33 +0100 |
commit | fc67d2000631bb83812fecbf99e4179ccdac1487 (patch) | |
tree | a946c10dba0773bb34a9a12ade78dd33c6c89a11 /vcl | |
parent | bf93bae6990b01ee726b59b0969b93585719671a (diff) |
loplugin:includeform
Change-Id: I8ac8b1cbbf94f405ffef0037b6957b35d44a8f91
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/qt5/Qt5DragAndDrop.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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> |