summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-24 03:24:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 11:58:13 +0200
commit417a537d97490892b0a82918cc1122be55eb1e5d (patch)
tree831b06a4cdc22b00901eb55f2d298ba115ff9fa2 /sw
parent3cfc75b5cb1fe71f328fae5e81166f3f8223f0ea (diff)
some more hrc cleanup
Change-Id: Ia7db5d7b52aadd158584ffaa06e777d8b02f9820
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/table/instable.cxx1
-rw-r--r--sw/source/ui/table/instable.hrc25
2 files changed, 0 insertions, 26 deletions
diff --git a/sw/source/ui/table/instable.cxx b/sw/source/ui/table/instable.cxx
index 4b86528224b7..097ad74b0d56 100644
--- a/sw/source/ui/table/instable.cxx
+++ b/sw/source/ui/table/instable.cxx
@@ -30,7 +30,6 @@
#include <viewopt.hxx>
#include "table.hrc"
-#include "instable.hrc"
#include "swabstdlg.hxx"
diff --git a/sw/source/ui/table/instable.hrc b/sw/source/ui/table/instable.hrc
deleted file mode 100644
index 32e5506a5d2a..000000000000
--- a/sw/source/ui/table/instable.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 .
- */
-
-#define FT_REPEAT_HEADER 18
-#define NF_REPEAT_HEADER 19
-
-#define WIN_REPEAT_HEADER 25
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */