summaryrefslogtreecommitdiff
path: root/starmath/inc/ElementsDockingWindow.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 12:04:51 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 18:00:15 +0100
commite9a7ff1a5ba9d5ba34eeca9d622d8a3a9c68ade8 (patch)
tree82e706f837ca0d827dc5a9ae979ae3d15ec86e47 /starmath/inc/ElementsDockingWindow.hxx
parent01f6f620395a86abe1e7f503ae4b3b5f7124e144 (diff)
fdo#67862: Add greek symbols to docking window
Those were already present at starmath/source/symbol.src and are merged to the docking window now. Also make use of SAL_N_ELEMENTS. Change-Id: I3e1f082082763168e731c3771c0b71467d095eba
Diffstat (limited to 'starmath/inc/ElementsDockingWindow.hxx')
-rw-r--r--starmath/inc/ElementsDockingWindow.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx
index 2cc13e75f06e..ce17664b921f 100644
--- a/starmath/inc/ElementsDockingWindow.hxx
+++ b/starmath/inc/ElementsDockingWindow.hxx
@@ -76,6 +76,8 @@ class SmElementsControl : public Control
static const sal_uInt16 aAttributes[][2];
static const sal_uInt16 aBrackets[][2];
static const sal_uInt16 aFormats[][2];
+ static const sal_uInt16 aGreek[][2];
+ static const sal_uInt16 aSymbols[][2];
static const sal_uInt16 aOthers[][2];
Link aSelectHdlLink;