summaryrefslogtreecommitdiff
path: root/dtrans/source/generic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:27:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:52 +0200
commit9851245f1e5978c566acbc4db69ba650b455b1b4 (patch)
tree49d08fa3e24d3ff9153ea1bead89024076d1136d /dtrans/source/generic
parent9f162a8220c0cdf94af28f3035f559d629d2a5a6 (diff)
loplugin:includeform: dtrans (Windows)
Change-Id: I8da9250a64d1be4fe410028676320f5bb38d0176
Diffstat (limited to 'dtrans/source/generic')
-rw-r--r--dtrans/source/generic/clipboardmanager.cxx2
-rw-r--r--dtrans/source/generic/dtrans.cxx4
-rw-r--r--dtrans/source/generic/generic_clipboard.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/generic/clipboardmanager.cxx b/dtrans/source/generic/clipboardmanager.cxx
index 89ce1dc15ecb..5921796d5946 100644
--- a/dtrans/source/generic/clipboardmanager.cxx
+++ b/dtrans/source/generic/clipboardmanager.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <clipboardmanager.hxx>
+#include "clipboardmanager.hxx"
#include <com/sun/star/container/ElementExistException.hpp>
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
diff --git a/dtrans/source/generic/dtrans.cxx b/dtrans/source/generic/dtrans.cxx
index 22be8aca3c22..86fe4f5d76bb 100644
--- a/dtrans/source/generic/dtrans.cxx
+++ b/dtrans/source/generic/dtrans.cxx
@@ -18,8 +18,8 @@
*/
#include <cppuhelper/factory.hxx>
-#include <clipboardmanager.hxx>
-#include <generic_clipboard.hxx>
+#include "clipboardmanager.hxx"
+#include "generic_clipboard.hxx"
using namespace com::sun::star::lang;
using namespace com::sun::star::registry;
diff --git a/dtrans/source/generic/generic_clipboard.cxx b/dtrans/source/generic/generic_clipboard.cxx
index c9477e068c7f..216bd578ebc4 100644
--- a/dtrans/source/generic/generic_clipboard.cxx
+++ b/dtrans/source/generic/generic_clipboard.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <generic_clipboard.hxx>
+#include "generic_clipboard.hxx"
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/datatransfer/clipboard/RenderingCapabilities.hpp>
#include <cppuhelper/supportsservice.hxx>