Removing the empty pch file from dtrans
This commit is contained in:
@@ -28,13 +28,10 @@
|
|||||||
|
|
||||||
$(eval $(call gb_Library_Library,dnd))
|
$(eval $(call gb_Library_Library,dnd))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_precompiled_header,dnd,$(SRCDIR)/dtrans/inc/pch/precompiled_dtrans))
|
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_componentfile,dnd,dtrans/util/dnd))
|
$(eval $(call gb_Library_set_componentfile,dnd,dtrans/util/dnd))
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_include,dnd,\
|
$(eval $(call gb_Library_set_include,dnd,\
|
||||||
$$(INCLUDE) \
|
$$(INCLUDE) \
|
||||||
-I$(realpath $(SRCDIR)/dtrans/inc/pch) \
|
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_api,dnd,\
|
$(eval $(call gb_Library_add_api,dnd,\
|
||||||
|
@@ -28,13 +28,10 @@
|
|||||||
|
|
||||||
$(eval $(call gb_Library_Library,dtrans))
|
$(eval $(call gb_Library_Library,dtrans))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_precompiled_header,dtrans,$(SRCDIR)/dtrans/inc/pch/precompiled_dtrans))
|
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_componentfile,dtrans,dtrans/source/generic/dtrans))
|
$(eval $(call gb_Library_set_componentfile,dtrans,dtrans/source/generic/dtrans))
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_include,dtrans,\
|
$(eval $(call gb_Library_set_include,dtrans,\
|
||||||
$$(INCLUDE) \
|
$$(INCLUDE) \
|
||||||
-I$(realpath $(SRCDIR)/dtrans/inc/pch) \
|
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_api,dtrans,\
|
$(eval $(call gb_Library_add_api,dtrans,\
|
||||||
|
@@ -28,13 +28,10 @@
|
|||||||
|
|
||||||
$(eval $(call gb_Library_Library,ftransl))
|
$(eval $(call gb_Library_Library,ftransl))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_precompiled_header,ftransl,$(SRCDIR)/dtrans/inc/pch/precompiled_dtrans))
|
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_componentfile,ftransl,dtrans/util/ftransl))
|
$(eval $(call gb_Library_set_componentfile,ftransl,dtrans/util/ftransl))
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_include,ftransl,\
|
$(eval $(call gb_Library_set_include,ftransl,\
|
||||||
$$(INCLUDE) \
|
$$(INCLUDE) \
|
||||||
-I$(realpath $(SRCDIR)/dtrans/inc/pch) \
|
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_api,ftransl,\
|
$(eval $(call gb_Library_add_api,ftransl,\
|
||||||
|
@@ -28,13 +28,10 @@
|
|||||||
|
|
||||||
$(eval $(call gb_Library_Library,mcnttype))
|
$(eval $(call gb_Library_Library,mcnttype))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_precompiled_header,mcnttype,$(SRCDIR)/dtrans/inc/pch/precompiled_dtrans))
|
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_componentfile,mcnttype,dtrans/util/mcnttype))
|
$(eval $(call gb_Library_set_componentfile,mcnttype,dtrans/util/mcnttype))
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_include,mcnttype,\
|
$(eval $(call gb_Library_set_include,mcnttype,\
|
||||||
$$(INCLUDE) \
|
$$(INCLUDE) \
|
||||||
-I$(realpath $(SRCDIR)/dtrans/inc/pch) \
|
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_api,mcnttype,\
|
$(eval $(call gb_Library_add_api,mcnttype,\
|
||||||
|
@@ -28,13 +28,10 @@
|
|||||||
|
|
||||||
$(eval $(call gb_Library_Library,sysdtrans))
|
$(eval $(call gb_Library_Library,sysdtrans))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_precompiled_header,sysdtrans,$(SRCDIR)/dtrans/inc/pch/precompiled_dtrans))
|
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_componentfile,sysdtrans,dtrans/util/sysdtrans))
|
$(eval $(call gb_Library_set_componentfile,sysdtrans,dtrans/util/sysdtrans))
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_include,sysdtrans,\
|
$(eval $(call gb_Library_set_include,sysdtrans,\
|
||||||
$$(INCLUDE) \
|
$$(INCLUDE) \
|
||||||
-I$(realpath $(SRCDIR)/dtrans/inc/pch) \
|
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Library_add_api,sysdtrans,\
|
$(eval $(call gb_Library_add_api,sysdtrans,\
|
||||||
|
@@ -1,31 +0,0 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
||||||
/*************************************************************************
|
|
||||||
*
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
||||||
*
|
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
|
||||||
*
|
|
||||||
* This file is part of OpenOffice.org.
|
|
||||||
*
|
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
|
||||||
* only, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
|
@@ -1,34 +0,0 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
||||||
/*************************************************************************
|
|
||||||
*
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
||||||
*
|
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
|
||||||
*
|
|
||||||
* This file is part of OpenOffice.org.
|
|
||||||
*
|
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
|
||||||
* only, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:39.639664
|
|
||||||
|
|
||||||
#ifdef PRECOMPILED_HEADERS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------
|
//-----------------------------------------------------------------
|
||||||
// includes of other projects
|
// includes of other projects
|
||||||
//-----------------------------------------------------------------
|
//-----------------------------------------------------------------
|
||||||
|
@@ -26,10 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
|
|
||||||
//_________________________________________________________________________________________________________________________
|
//_________________________________________________________________________________________________________________________
|
||||||
// other includes
|
// other includes
|
||||||
//_________________________________________________________________________________________________________________________
|
//_________________________________________________________________________________________________________________________
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
#include <clipboardmanager.hxx>
|
#include <clipboardmanager.hxx>
|
||||||
#include <com/sun/star/lang/DisposedException.hpp>
|
#include <com/sun/star/lang/DisposedException.hpp>
|
||||||
|
|
||||||
|
@@ -26,10 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
|
|
||||||
#include <cppuhelper/factory.hxx>
|
#include <cppuhelper/factory.hxx>
|
||||||
#include <clipboardmanager.hxx>
|
#include <clipboardmanager.hxx>
|
||||||
#include <generic_clipboard.hxx>
|
#include <generic_clipboard.hxx>
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
#include <generic_clipboard.hxx>
|
#include <generic_clipboard.hxx>
|
||||||
#include <com/sun/star/lang/DisposedException.hpp>
|
#include <com/sun/star/lang/DisposedException.hpp>
|
||||||
#include <com/sun/star/datatransfer/clipboard/RenderingCapabilities.hpp>
|
#include <com/sun/star/datatransfer/clipboard/RenderingCapabilities.hpp>
|
||||||
|
@@ -26,10 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// interface includes
|
// interface includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
//______________________________________________________________________________________________________________
|
//______________________________________________________________________________________________________________
|
||||||
// includes of other projects
|
// includes of other projects
|
||||||
//______________________________________________________________________________________________________________
|
//______________________________________________________________________________________________________________
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include <cppuhelper/factory.hxx>
|
#include <cppuhelper/factory.hxx>
|
||||||
#include <com/sun/star/container/XSet.hpp>
|
#include <com/sun/star/container/XSet.hpp>
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
||||||
|
|
||||||
#include "globals.hxx"
|
#include "globals.hxx"
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include "idroptarget.hxx"
|
#include "idroptarget.hxx"
|
||||||
#include <rtl/unload.h>
|
#include <rtl/unload.h>
|
||||||
|
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
||||||
#include <com/sun/star/datatransfer/XTransferable.hpp>
|
#include <com/sun/star/datatransfer/XTransferable.hpp>
|
||||||
#include <com/sun/star/awt/MouseButton.hpp>
|
#include <com/sun/star/awt/MouseButton.hpp>
|
||||||
|
@@ -26,10 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
|
|
||||||
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
||||||
|
|
||||||
#include "sourcecontext.hxx"
|
#include "sourcecontext.hxx"
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
||||||
#include <com/sun/star/datatransfer/XTransferable.hpp>
|
#include <com/sun/star/datatransfer/XTransferable.hpp>
|
||||||
#include <rtl/unload.h>
|
#include <rtl/unload.h>
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include <rtl/unload.h>
|
#include <rtl/unload.h>
|
||||||
|
|
||||||
#include "targetdragcontext.hxx"
|
#include "targetdragcontext.hxx"
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include <rtl/unload.h>
|
#include <rtl/unload.h>
|
||||||
|
|
||||||
#include "targetdropcontext.hxx"
|
#include "targetdropcontext.hxx"
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include "FmtFilter.hxx"
|
#include "FmtFilter.hxx"
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
#include <comphelper/sequence.hxx>
|
#include <comphelper/sequence.hxx>
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
#include "XNotifyingDataObject.hxx"
|
#include "XNotifyingDataObject.hxx"
|
||||||
#include "../clipb/WinClipbImpl.hxx"
|
#include "../clipb/WinClipbImpl.hxx"
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------
|
//-----------------------------------------------------------------
|
||||||
// includes of other projects
|
// includes of other projects
|
||||||
//-----------------------------------------------------------------
|
//-----------------------------------------------------------------
|
||||||
|
@@ -26,10 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
MtaOleClipb.cxx - documentation
|
MtaOleClipb.cxx - documentation
|
||||||
|
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// includes
|
// includes
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -26,15 +26,10 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
|
|
||||||
//_________________________________________________________________________________________________________________________
|
//_________________________________________________________________________________________________________________________
|
||||||
// interface includes
|
// interface includes
|
||||||
//_________________________________________________________________________________________________________________________
|
//_________________________________________________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
#include "../misc/ImplHelper.hxx"
|
#include "../misc/ImplHelper.hxx"
|
||||||
|
|
||||||
//_________________________________________________________________________________________________________________________
|
//_________________________________________________________________________________________________________________________
|
||||||
|
@@ -26,10 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
|
|
||||||
//_________________________________________________________________________________________________________________________
|
//_________________________________________________________________________________________________________________________
|
||||||
// interface includes
|
// interface includes
|
||||||
//_________________________________________________________________________________________________________________________
|
//_________________________________________________________________________________________________________________________
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
#include <com/sun/star/uno/Reference.h>
|
#include <com/sun/star/uno/Reference.h>
|
||||||
#include <com/sun/star/lang/XComponent.hpp>
|
#include <com/sun/star/lang/XComponent.hpp>
|
||||||
#include <com/sun/star/lang/XInitialization.hpp>
|
#include <com/sun/star/lang/XInitialization.hpp>
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
#if defined _MSC_VER
|
#if defined _MSC_VER
|
||||||
#pragma warning(push,1)
|
#pragma warning(push,1)
|
||||||
#endif
|
#endif
|
||||||
|
@@ -26,15 +26,8 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "sourcelistener.hxx"
|
#include "sourcelistener.hxx"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DragSourceListener::DragSourceListener()
|
DragSourceListener::DragSourceListener()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@@ -26,9 +26,6 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
|
|
||||||
#include "targetlistener.hxx"
|
#include "targetlistener.hxx"
|
||||||
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
|
||||||
#include <com/sun/star/datatransfer/DataFlavor.hpp>
|
#include <com/sun/star/datatransfer/DataFlavor.hpp>
|
||||||
|
@@ -26,16 +26,12 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
||||||
#include "precompiled_dtrans.hxx"
|
|
||||||
#include "transferable.hxx"
|
#include "transferable.hxx"
|
||||||
|
|
||||||
//----------------------------------------------------------------
|
//----------------------------------------------------------------
|
||||||
// ctor
|
// ctor
|
||||||
//----------------------------------------------------------------
|
//----------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CTransferable::CTransferable( wchar_t* dataString ) :
|
CTransferable::CTransferable( wchar_t* dataString ) :
|
||||||
m_seqDFlv( 1 ),
|
m_seqDFlv( 1 ),
|
||||||
m_Data( dataString )
|
m_Data( dataString )
|
||||||
|
Reference in New Issue
Block a user