Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / source / core / inc / dialoghelp.hxx
bloba549523658e579c98b92a9703e9759b921aa6d94
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2 /*
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/.
8 */
10 #ifndef INCLUDED_SW_SOURCE_CORE_INC_DIALOGHELP_HXX
11 #define INCLUDED_SW_SOURCE_CORE_INC_DIALOGHELP_HXX
13 class SwDoc;
14 class SwDocShell;
15 class SfxFrame;
16 class SfxMedium;
18 namespace weld
20 class Window;
23 weld::Window* GetFrameWeld(const SfxFrame* pFrame);
24 weld::Window* GetFrameWeld(const SfxMedium* pMedium);
25 weld::Window* GetFrameWeld(SwDocShell* pDocSh);
26 weld::Window* GetFrameWeld(SwDoc* pDoc);
28 #endif
30 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */