diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 07:42:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 13:03:18 +0200 |
commit | aa39d211074cfd72d5f539b1a65e57017e1241e8 (patch) | |
tree | f4f88365174b726570f5d81b90c85539b318c831 /chart2/source | |
parent | 40064f479bbd8d7384b753328365e8770bda4fd1 (diff) |
clean up hrc files
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/dialogs/CommonResources.hrc | 48 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/dlg_ChartType.cxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/dlg_ChartType.hrc | 29 |
3 files changed, 0 insertions, 78 deletions
diff --git a/chart2/source/controller/dialogs/CommonResources.hrc b/chart2/source/controller/dialogs/CommonResources.hrc deleted file mode 100644 index 3f0667d82818..000000000000 --- a/chart2/source/controller/dialogs/CommonResources.hrc +++ /dev/null @@ -1,48 +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 _CHART2_RESOURCE_HXX -#define _CHART2_RESOURCE_HXX - -#define BUTTONS_OK_CANCEL_HELP( xPos, yPos, xOffset, yOffset ) \ -OKButton BTN_OK \ -{ \ - Pos = MAP_APPFONT ( xPos , yPos ) ; \ - Size = MAP_APPFONT ( 50 , 14 ) ; \ - TabStop = TRUE ; \ - DefButton = TRUE ; \ -}; \ -CancelButton BTN_CANCEL \ -{ \ - Pos = MAP_APPFONT ( xPos+xOffset , yPos+yOffset ) ; \ - Size = MAP_APPFONT ( 50 , 14 ) ; \ - TabStop = TRUE ; \ -}; \ -HelpButton BTN_HELP \ -{ \ - Pos = MAP_APPFONT ( xPos+xOffset+xOffset , yPos+yOffset+yOffset ) ; \ - Size = MAP_APPFONT ( 50 , 14 ) ; \ - TabStop = TRUE ; \ -}; - -#define BUTTONS_OK_CANCEL_HELP_STACKED( xPos ) \ -BUTTONS_OK_CANCEL_HELP( xPos, 6, 0, 17 ) - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/dialogs/dlg_ChartType.cxx b/chart2/source/controller/dialogs/dlg_ChartType.cxx index 657225f0f7bd..49620c783c9d 100644 --- a/chart2/source/controller/dialogs/dlg_ChartType.cxx +++ b/chart2/source/controller/dialogs/dlg_ChartType.cxx @@ -18,7 +18,6 @@ */ #include "dlg_ChartType.hxx" -#include "dlg_ChartType.hrc" #include "ResId.hxx" #include "ResourceIds.hrc" #include "Strings.hrc" 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: */ |