23 lines
567 B
Text
23 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
|