/* -*- 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 "scres.hrc" // Image list here, so that there is no interruption during assembly // of the "real" image list in ui.src Bitmap RID_BMP_LEVEL1 { File = "ou01.png"; }; Bitmap RID_BMP_LEVEL2 { File = "ou02.png"; }; Bitmap RID_BMP_LEVEL3 { File = "ou03.png"; }; Bitmap RID_BMP_LEVEL4 { File = "ou04.png"; }; Bitmap RID_BMP_LEVEL5 { File = "ou05.png"; }; Bitmap RID_BMP_LEVEL6 { File = "ou06.png"; }; Bitmap RID_BMP_LEVEL7 { File = "ou07.png"; }; Bitmap RID_BMP_LEVEL8 { File = "ou08.png"; }; Bitmap RID_BMP_PLUS { File = "ou09.png"; }; Bitmap RID_BMP_MINUS { File = "ou010.png"; }; Bitmap RID_BMP_NOTPRESSED { File = "ou011.png"; }; Bitmap RID_BMP_PRESSED { File = "ou012.png"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */