summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-24 13:42:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-24 16:35:59 +0000
commita0cc5cac5c39be76a7e79f2ebff9a6ffba046ccf (patch)
treea33f6e098fc5e19f3a2becc3ce7d79df4997b762 /svx
parent49bbd88605cf4106773c35f3c0d81068fd2b3394 (diff)
RID_DEFAULTIMAGELIST_[L]C global fallback now known to be unused
Change-Id: I93e358a9761f8f4fb22310239dbce8f621529eb8
Diffstat (limited to 'svx')
-rw-r--r--svx/AllLangResTarget_ofa.mk1
-rw-r--r--svx/source/src/app.src49
2 files changed, 0 insertions, 50 deletions
diff --git a/svx/AllLangResTarget_ofa.mk b/svx/AllLangResTarget_ofa.mk
index ea925ae33ddc..48d45a05e628 100644
--- a/svx/AllLangResTarget_ofa.mk
+++ b/svx/AllLangResTarget_ofa.mk
@@ -27,7 +27,6 @@ $(eval $(call gb_SrsTarget_SrsTarget,svx/ofa))
$(eval $(call gb_SrsTarget_add_files,svx/ofa,\
svx/source/src/errtxt.src \
- svx/source/src/app.src \
))
# vim: set noet sw=4 ts=4:
diff --git a/svx/source/src/app.src b/svx/source/src/app.src
deleted file mode 100644
index 791112f5266b..000000000000
--- a/svx/source/src/app.src
+++ /dev/null
@@ -1,49 +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 <svx/svxids.hrc>
-
-#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
-
-#define IMAGE_ID_LIST\
- IdList = {\
- SID_HLINKBAR_LINK; \
- SID_HLINKBAR_SEARCH; \
- SID_HLINKBAR_TARGET; \
- SID_HYPERLINK_DIALOG; \
- };\
- IdCount = {\
- 4;\
- };
-
-ImageList RID_DEFAULTIMAGELIST_SC
-{
- Prefix = "sc";
- MASKCOLOR
- IMAGE_ID_LIST
-};
-
-ImageList RID_DEFAULTIMAGELIST_LC
-{
- Prefix = "lc";
- MASKCOLOR
- IMAGE_ID_LIST
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */