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

RID_DEFAULTIMAGELIST_[L]C global fallback now known to be unused

Change-Id: I93e358a9761f8f4fb22310239dbce8f621529eb8
üst 49bbd886
......@@ -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:
/* -*- 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: */
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