blob: 6860e8b23341dc02222f543db518085287d3ff42 [file] [log] [blame]
Caolán McNamara0c26dc52017-04-25 16:18:09 +01001/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2/*
Michael Meeksd037b812026-03-26 15:06:16 +00003 * This file is part of the Collabora Office project.
Caolán McNamara0c26dc52017-04-25 16:18:09 +01004 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
George Batemandcbe8442020-09-13 12:12:01 +000010#pragma once
Caolán McNamara0c26dc52017-04-25 16:18:09 +010011
Stephan Bergmannbd6fb0c2023-10-19 16:39:09 +020012inline constexpr OUString RID_BMP_WARNING = u"desktop/res/caution_16.png"_ustr;
13inline constexpr OUString RID_BMP_LOCKED = u"desktop/res/lock_16.png"_ustr;
14inline constexpr OUString RID_BMP_SHARED = u"desktop/res/shared_16.png"_ustr;
15inline constexpr OUString RID_BMP_EXTENSION = u"desktop/res/extension_32.png"_ustr;
Caolán McNamara0c26dc52017-04-25 16:18:09 +010016
Caolán McNamara0c26dc52017-04-25 16:18:09 +010017/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */