Kaydet (Commit) 417a537d authored tarafından Thomas Arnhold's avatar Thomas Arnhold

some more hrc cleanup

Change-Id: Ia7db5d7b52aadd158584ffaa06e777d8b02f9820
üst 3cfc75b5
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#define ID_RENAME (42 + CFG_OFFSET) #define ID_RENAME (42 + CFG_OFFSET)
#define ID_MOVE (43 + CFG_OFFSET) #define ID_MOVE (43 + CFG_OFFSET)
#define ID_DELETE (44 + CFG_OFFSET) #define ID_DELETE (44 + CFG_OFFSET)
#define ID_ADD_SUBMENU (45 + CFG_OFFSET)
#define ID_BEGIN_GROUP (46 + CFG_OFFSET) #define ID_BEGIN_GROUP (46 + CFG_OFFSET)
#define ID_DEFAULT_STYLE (47 + CFG_OFFSET) #define ID_DEFAULT_STYLE (47 + CFG_OFFSET)
#define ID_ICONS_ONLY (48 + CFG_OFFSET) #define ID_ICONS_ONLY (48 + CFG_OFFSET)
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <svtools/controldims.hrc> #include <svtools/controldims.hrc>
#define LB_EVENT 1 #define LB_EVENT 1
#define PB_ASSIGN 2
#define PB_DELETE 3 #define PB_DELETE 3
#define STR_EVENT 4 #define STR_EVENT 4
#define STR_ASSMACRO 5 #define STR_ASSMACRO 5
......
...@@ -35,9 +35,6 @@ ...@@ -35,9 +35,6 @@
#define STR_MOREPROPERTY_QUICKHELP 3 #define STR_MOREPROPERTY_QUICKHELP 3
//about section page //about section page
#define SECTIONPAGE_MARGIN_VERTICAL_TOP 1
#define SECTIONPAGE_MARGIN_VERTICAL_BOT 5
#define SECTIONPAGE_MARGIN_HORIZONTAL 3
#define CONTROL_SPACING_VERTICAL 5 #define CONTROL_SPACING_VERTICAL 5
#define CONTROL_SPACING_HORIZONTAL 3 #define CONTROL_SPACING_HORIZONTAL 3
#define TEXT_CONTROL_SPACING_VERTICAL 2 #define TEXT_CONTROL_SPACING_VERTICAL 2
......
...@@ -88,7 +88,6 @@ ...@@ -88,7 +88,6 @@
#define FT_RECOV_FILELIST 7 #define FT_RECOV_FILELIST 7
#define LB_RECOV_FILELIST 8 #define LB_RECOV_FILELIST 8
#define FL_RECOV_BOTTOM 9 #define FL_RECOV_BOTTOM 9
#define BTN_RECOV_PREV 10
#define BTN_RECOV_NEXT 11 #define BTN_RECOV_NEXT 11
#define BTN_RECOV_CANCEL 12 #define BTN_RECOV_CANCEL 12
#define STR_HEADERBAR 13 #define STR_HEADERBAR 13
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <viewopt.hxx> #include <viewopt.hxx>
#include "table.hrc" #include "table.hrc"
#include "instable.hrc"
#include "swabstdlg.hxx" #include "swabstdlg.hxx"
......
/* -*- 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: */
...@@ -56,10 +56,6 @@ ...@@ -56,10 +56,6 @@
#define MW_COL_3 (MW_COL_4-RSC_CD_PUSHBUTTON_WIDTH) #define MW_COL_3 (MW_COL_4-RSC_CD_PUSHBUTTON_WIDTH)
#define MW_COL_2 (MW_COL_3-RSC_SP_CTRL_DESC_X) #define MW_COL_2 (MW_COL_3-RSC_SP_CTRL_DESC_X)
#define MW_COL_A (DLGS_BOTTOM_OK_X(MW_WIDTH))
#define MW_COL_C (DLGS_BOTTOM_CANCEL_X(MW_WIDTH))
#define MW_COL_E (DLGS_BOTTOM_HELP_X(MW_WIDTH))
#define MW_ROW_0 (RSC_SP_DLG_INNERBORDER_TOP) #define MW_ROW_0 (RSC_SP_DLG_INNERBORDER_TOP)
#define MW_ROW_1 (MW_ROW_0+3*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y) #define MW_ROW_1 (MW_ROW_0+3*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
#define MW_ROW_2 (MW_ROW_1+RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y) #define MW_ROW_2 (MW_ROW_1+RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment