From 643d62d6033033df82a40fa3da754cb107d53e80 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 17 Aug 2020 19:54:19 +0100 Subject: move VCLXMultiLineEdit and MultiLineEdit to toolkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9aa4b1efbecb71141647dbf5d8809482be15d266 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100888 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svtools/inc/svmedit.hxx | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 svtools/inc/svmedit.hxx (limited to 'svtools/inc') diff --git a/svtools/inc/svmedit.hxx b/svtools/inc/svmedit.hxx deleted file mode 100644 index bafa79ea1ebc..000000000000 --- a/svtools/inc/svmedit.hxx +++ /dev/null @@ -1,35 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * 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/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -#ifndef INCLUDED_SVTOOLS_SVMEDIT_HXX -#define INCLUDED_SVTOOLS_SVMEDIT_HXX - -#include - -class MultiLineEdit : public VclMultiLineEdit -{ -public: - MultiLineEdit( vcl::Window* pParent, WinBits nWinStyle ); - - virtual css::uno::Reference< css::awt::XWindowPeer > GetComponentInterface(bool bCreate = true) override; -}; - -#endif // INCLUDED_SVTOOLS_SVMEDIT_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit