summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-17 19:54:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-18 12:40:27 +0200
commit643d62d6033033df82a40fa3da754cb107d53e80 (patch)
treeb75e4afb91e3d0c80d35e6f50524ea065e159b6e /svtools/inc
parented64a526fd7205aa939781dd412784606c904505 (diff)
move VCLXMultiLineEdit and MultiLineEdit to toolkit
Change-Id: I9aa4b1efbecb71141647dbf5d8809482be15d266 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100888 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svmedit.hxx35
1 files changed, 0 insertions, 35 deletions
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 <vcl/vclmedit.hxx>
-
-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: */