diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-08 13:39:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-08 14:10:11 +0300 |
commit | 68277c3249489c4e4364275eb5c5920f44fe40b1 (patch) | |
tree | f3101289bc6512a5f6e1652a6fc3fa7c73352308 | |
parent | 246892818797f0b4c1747352a3e27c3025adcebb (diff) |
Remove the now empty <svl/cntwids.hrc> header
Change-Id: I2c41b9960960ad9d290f84cc6e28d938068c0050
-rw-r--r-- | cui/source/options/optinet2.cxx | 1 | ||||
-rw-r--r-- | include/sfx2/cntids.hrc | 1 | ||||
-rw-r--r-- | include/svl/cntwids.hrc | 25 |
3 files changed, 0 insertions, 27 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index a2d0096e0f77..1a896f7a146f 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -31,7 +31,6 @@ #include <sfx2/sfxsids.hrc> #include <sfx2/filedlghelper.hxx> #include <svl/urihelper.hxx> -#include <svl/cntwids.hrc> #include <sfx2/app.hxx> #include <sfx2/objsh.hxx> #include <unotools/bootstrap.hxx> diff --git a/include/sfx2/cntids.hrc b/include/sfx2/cntids.hrc index db4c5877afd6..2facc52bf688 100644 --- a/include/sfx2/cntids.hrc +++ b/include/sfx2/cntids.hrc @@ -20,7 +20,6 @@ #ifndef _CNTIDS_HRC #define _CNTIDS_HRC -#include <svl/cntwids.hrc> #include <svl/solar.hrc> // Slot-ID's ----------------------------------------------------------------- diff --git a/include/svl/cntwids.hrc b/include/svl/cntwids.hrc deleted file mode 100644 index 78aaf4c74a44..000000000000 --- a/include/svl/cntwids.hrc +++ /dev/null @@ -1,25 +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 _CNTWIDS_HRC -#define _CNTWIDS_HRC - -#endif /* !_CNTWIDS_HRC */ - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |