4450b1b93f
Change-Id: I7d5075b0c9ac481b954c6a843b35e46355b5348e Reviewed-on: https://gerrit.libreoffice.org/5519 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
22 lines
567 B
Text
22 lines
567 B
Text
/* -*- 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/.
|
|
*
|
|
*/
|
|
|
|
#include <starmath.hrc>
|
|
|
|
#define STR_BLACK 1
|
|
#define STR_BLUE 2
|
|
#define STR_GREEN 3
|
|
#define STR_RED 4
|
|
#define STR_CYAN 5
|
|
#define STR_MAGENTA 6
|
|
#define STR_YELLOW 7
|
|
#define STR_HIDE 8
|
|
#define STR_SIZE 9
|
|
#define STR_FONT 10
|