summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuires.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuires.hrc')
-rw-r--r--cui/source/inc/cuires.hrc70
1 files changed, 0 insertions, 70 deletions
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc
deleted file mode 100644
index beec430dcd7a..000000000000
--- a/cui/source/inc/cuires.hrc
+++ /dev/null
@@ -1,70 +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 INCLUDED_CUI_SOURCE_INC_CUIRES_HRC
-#define INCLUDED_CUI_SOURCE_INC_CUIRES_HRC
-
-#include <sfx2/sfx.hrc>
-#include <sfx2/dialogs.hrc>
-
-// Resource-Id's ------------------------------------------------------------
-
-// Gallery
-#define RID_CUI_GALLERY_START (RID_SVX_START + 360)
-// RID_CUI_GALLERY_END (RID_SVX_START + 410)
-
-// options
-#define RID_SVXPAGE_JSEARCH_OPTIONS (RID_SVX_START + 840)
-#define RID_SVX_FONT_SUBSTITUTION (RID_SVX_START + 18)
-
-// treeopt
-#define RID_SVXPAGE_COLOR (RID_SVX_START + 60)
-#define OFA_TP_LANGUAGES_FOR_SET_DOCUMENT_LANGUAGE ( RID_OFA_START + 256 )
-
-// options
-#define RID_SVXPAGE_ONLINEUPDATE (RID_SVX_START + 298)
-#define OFA_TP_MEMORY (RID_OFA_START + 250)
-#define RID_SVXPAGE_INET_SECURITY (RID_SVX_START + 200)
-#define RID_SVXPAGE_INET_PROXY (RID_SVX_START + 157)
-#define RID_SVXPAGE_INET_MAIL (RID_SVX_START + 155)
-#define RID_OFAPAGE_HTMLOPT (RID_OFA_START + 100)
-#define OFA_TP_LANGUAGES (RID_OFA_START + 205)
-#define OFA_TP_MISC (RID_OFA_START + 200)
-#define OFA_TP_VIEW (RID_OFA_START + 202)
-#define RID_OFAPAGE_MSFILTEROPT2 (RID_OFA_START + 121)
-#define RID_SVXPAGE_OPTIONS_CTL (RID_SVX_START + 252)
-#define RID_SVXPAGE_OPTIONS_JAVA (RID_SVX_START + 253)
-#define RID_SVXPAGE_ACCESSIBILITYCONFIG (RID_SVX_START + 250)
-#define RID_SVXPAGE_ASIAN_LAYOUT (RID_SVX_START + 246)
-#define RID_OPTPAGE_CHART_DEFCOLORS (RID_SVX_START + 299)
-#define RID_SVXPAGE_PERSONALIZATION (RID_SVX_START + 247)
-#define RID_SVXPAGE_COLORCONFIG (RID_SVX_START + 249)
-#define RID_SVXPAGE_BASICIDE_OPTIONS (RID_SVX_START + 209)
-
-// hyperlink dialog
-#define RID_SVXPAGE_HYPERLINK_INTERNET (RID_SVX_START + 228)
-#define RID_SVXPAGE_HYPERLINK_MAIL (RID_SVX_START + 229)
-#define RID_SVXPAGE_HYPERLINK_DOCUMENT (RID_SVX_START + 230)
-#define RID_SVXPAGE_HYPERLINK_NEWDOCUMENT (RID_SVX_START + 231)
-
-#define RID_SVXPAGE_OPENCL (RID_SVX_START + 254)
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */