1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 #include <sal/types.h>
13 #include <vcl/dllapi.h>
14 #include <com/sun/star/uno/Reference.hxx>
16 namespace com::sun::star::lang
18 class XInitialization
;
20 namespace com::sun::star::uno
27 // Ole and X11 refer to the UNO DnD interface names and their expected XInitialization arguments.
34 VCL_DLLPUBLIC
css::uno::Reference
<css::uno::XInterface
>
35 OleDnDHelper(const css::uno::Reference
<css::lang::XInitialization
>&, sal_IntPtr pWin
, DragOrDrop
);
37 VCL_DLLPUBLIC
css::uno::Reference
<css::uno::XInterface
>
38 X11DnDHelper(const css::uno::Reference
<css::lang::XInitialization
>&, sal_IntPtr pWin
);
41 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */