diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 12:26:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 22:14:19 +0200 |
commit | a7ffe4026a2f4fcc77d297c9bc671ded158efc46 (patch) | |
tree | 16f2365e1845735f6b62d6926e55762ad4b0ce88 /include/svx/labelitemwindow.hxx | |
parent | d299dc45409503ec4500b07c517b25e06438c611 (diff) |
move headers inside modules
Change-Id: I002f42d83820c86737ddceab805aa53ccb388e06
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98203
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/labelitemwindow.hxx')
-rw-r--r-- | include/svx/labelitemwindow.hxx | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/include/svx/labelitemwindow.hxx b/include/svx/labelitemwindow.hxx deleted file mode 100644 index 5271482b11ad..000000000000 --- a/include/svx/labelitemwindow.hxx +++ /dev/null @@ -1,30 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#pragma once - -#include <vcl/InterimItemWindow.hxx> -#include <svx/svxdllapi.h> - -class SVXCORE_DLLPUBLIC LabelItemWindow final : public InterimItemWindow -{ -private: - std::unique_ptr<weld::Label> m_xLabel; - -public: - LabelItemWindow(vcl::Window* pParent, const OUString& rLabel); - void set_label(const OUString& rLabel); - OUString get_label() const; - - void SetOptimalSize(); - virtual void dispose() override; - virtual ~LabelItemWindow() override; -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |