Kaydet (Commit) 9851245f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: dtrans (Windows)

Change-Id: I8da9250a64d1be4fe410028676320f5bb38d0176
üst 9f162a82
......@@ -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>
......
......@@ -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;
......
......@@ -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>
......
......@@ -23,7 +23,7 @@
#include "DOTransferable.hxx"
#include "../misc/ImplHelper.hxx"
#include "WinClip.hxx"
#include <WinClip.hxx>
#include "DTransHelper.hxx"
#include "TxtCnvtHlp.hxx"
#include "MimeAttrib.hxx"
......
......@@ -31,7 +31,7 @@
#if defined _MSC_VER
#pragma warning(pop)
#endif
#include "WinClip.hxx"
#include <WinClip.hxx>
#define AUTO_INIT TRUE
......
......@@ -22,7 +22,7 @@
#include <osl/diagnose.h>
#include <rtl/tencinfo.h>
#include "../misc/ImplHelper.hxx"
#include "WinClip.hxx"
#include <WinClip.hxx>
#include "MimeAttrib.hxx"
#include "DTransHelper.hxx"
#include <rtl/string.h>
......
......@@ -26,7 +26,7 @@
#include "DataFmtTransl.hxx"
#include "../misc/ImplHelper.hxx"
#include "WinClip.hxx"
#include <WinClip.hxx>
#include <algorithm>
......
......@@ -27,7 +27,7 @@
#include <com/sun/star/datatransfer/XDataFormatTranslator.hpp>
#include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include "WinClip.hxx"
#include <WinClip.hxx>
#include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment