summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/dlg_ChartType.hrc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-22 07:42:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-22 13:03:18 +0200
commitaa39d211074cfd72d5f539b1a65e57017e1241e8 (patch)
treef4f88365174b726570f5d81b90c85539b318c831 /chart2/source/controller/dialogs/dlg_ChartType.hrc
parent40064f479bbd8d7384b753328365e8770bda4fd1 (diff)
clean up hrc files
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_ChartType.hrc')
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType.hrc29
1 files changed, 0 insertions, 29 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ChartType.hrc b/chart2/source/controller/dialogs/dlg_ChartType.hrc
deleted file mode 100644
index e66a515670f8..000000000000
--- a/chart2/source/controller/dialogs/dlg_ChartType.hrc
+++ /dev/null
@@ -1,29 +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 "ResourceIds.hrc"
-
-#define TABCTRL 1
-
-#define FL_BUTTONS 1
-
-#define BTN_OK 1
-#define BTN_CANCEL 2
-#define BTN_HELP 3
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */