Kaydet (Commit) c3e42878 authored tarafından Caolán McNamara's avatar Caolán McNamara

remove unused defines from app.hrc

Change-Id: Ib58c20897a765d81020fc440a48abc4aa966619f
üst 5eb4ccb0
/* -*- 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 .
*/
// Resource-Id's for OFA
#ifndef _OFF_APP_HRC
#define _OFF_APP_HRC
#include <svl/solar.hrc>
#include <sfx2/sfxsids.hrc>
// Dialoge ---------------------------------------------------------------
#define RID_OFAPAGE_HTMLOPT (RID_OFA_START + 100)
#define RID_OFA_AUTOCORR_DLG (RID_OFA_START + 101)
#define RID_OFADLG_OPTIONS_TREE_PAGES (RID_OFA_START + 116)
#define RID_OFAPAGE_MSFILTEROPT2 (RID_OFA_START + 121)
// TabPages --------------------------------------------------------------
#define OFA_TP_MISC (RID_OFA_START + 200)
#define OFA_TP_VIEW (RID_OFA_START + 202)
#define OFA_TP_LANGUAGES (RID_OFA_START + 205)
//die RID_??_TP_* stehen nochmal im offids.hrc
#define RID_SW_TP_CONTENT_OPT (RID_OFA_START + 206)
#define RID_SW_TP_STD_FONT (RID_OFA_START + 208)
#define RID_SW_TP_OPTPRINT_PAGE (RID_OFA_START + 209)
#define RID_SW_TP_OPTTABLE_PAGE (RID_OFA_START + 210)
#define RID_SW_TP_OPTSHDWCRSR (RID_OFA_START + 211)
#define RID_SW_TP_REDLINE_OPT (RID_OFA_START + 212)
#define RID_SW_TP_OPTLOAD_PAGE (RID_OFA_START + 214)
#define RID_SW_TP_OPTTEST_PAGE (RID_OFA_START + 215)
#define RID_SW_TP_BACKGROUND (RID_OFA_START + 217)
#define SID_SC_TP_LAYOUT (RID_OFA_START + 218)
#define SID_SC_TP_CONTENT (RID_OFA_START + 219)
#define SID_SC_TP_GRID (RID_OFA_START + 221)
#define SID_SC_TP_USERLISTS (RID_OFA_START + 222)
#define SID_SC_TP_CALC (RID_OFA_START + 223)
#define SID_SC_TP_CHANGES (RID_OFA_START + 224)
#define SID_SD_TP_CONTENTS (RID_OFA_START + 225)
#define SID_SD_TP_SNAP (RID_OFA_START + 227)
#define SID_SD_TP_PRINT (RID_OFA_START + 220)
#define SID_SD_TP_MISC (RID_OFA_START + 231)
#define SID_SI_TP_CONTENTS (RID_OFA_START + 232)
#define SID_SI_TP_SNAP (RID_OFA_START + 234)
#define SID_SI_TP_PRINT (RID_OFA_START + 236)
#define SID_SI_TP_MISC (RID_OFA_START + 237)
#define RID_SW_TP_HTML_CONTENT_OPT (RID_OFA_START + 240)
#define RID_SW_TP_HTML_OPTPRINT_PAGE (RID_OFA_START + 242)
#define RID_SW_TP_HTML_OPTTABLE_PAGE (RID_OFA_START + 243)
#define RID_SW_TP_HTML_OPTGRID_PAGE (RID_OFA_START + 244)
#define RID_SW_TP_HTML_OPTSHDWCRSR (RID_OFA_START + 246)
#define RID_SW_TP_STD_FONT_CJK (RID_OFA_START + 247)
#define RID_SC_TP_PRINT (RID_OFA_START + 248)
#define OFA_TP_MEMORY (RID_OFA_START + 250)
#define RID_SW_TP_STD_FONT_CTL (RID_OFA_START + 251)
#define RID_SW_TP_OPTCOMPATIBILITY_PAGE (RID_OFA_START + 255)
#define RID_SW_TP_OPTCAPTION_PAGE (RID_OFA_START + 256)
#define SID_SC_TP_FORMULA (RID_OFA_START + 257)
#define SID_SC_TP_COMPATIBILITY (RID_OFA_START + 258)
#define RID_SC_TP_DEFAULTS (RID_OFA_START + 259)
#define RID_SW_TP_COMPARISON_OPT (RID_OFA_START + 260)
// Strings ------------------------------------------
#define RID_STR_DATE (RID_OFA_START + 108)
#define RID_DESKTOP (RID_OFA_START + 109)
// "Uberlaufkontrolle der HID's
#define ACT_HID_END HID_OFA_TP_MEMORY
#if ACT_HID_END > HID_OFA_END
#error Resource-Ueberlauf bei den HIDs der OFA
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
*/ */
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
#include "app.hrc"
String RID_APPTITLE String RID_APPTITLE
{ {
...@@ -52,11 +51,4 @@ ImageList RID_DEFAULTIMAGELIST_LC ...@@ -52,11 +51,4 @@ ImageList RID_DEFAULTIMAGELIST_LC
IMAGE_ID_LIST IMAGE_ID_LIST
}; };
// Strings ---------------------------------------------------------------
String RID_DESKTOP
{
Text = "%PRODUCTNAME" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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