From 6fd363af3432d054eb92a2bac4893f5baf1d50ef Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Oct 2016 15:50:34 +0100 Subject: SwHelpToolBox doesn't do anything now Change-Id: I5b8865218d3cd8492d148af8d69389c256bbb27f --- sw/source/uibase/cctrl/popbox.cxx | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 sw/source/uibase/cctrl/popbox.cxx (limited to 'sw/source/uibase/cctrl') diff --git a/sw/source/uibase/cctrl/popbox.cxx b/sw/source/uibase/cctrl/popbox.cxx deleted file mode 100644 index 7853e942b1b2..000000000000 --- a/sw/source/uibase/cctrl/popbox.cxx +++ /dev/null @@ -1,32 +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 . - */ - -#include -#include -#include -#include - -SwHelpToolBox::SwHelpToolBox( SwNavigationPI* pParent, const ResId& rResId ) - : ToolBox( pParent, rResId ) -{ -} - -SwHelpToolBox::~SwHelpToolBox() {} - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit