[Libreoffice-commits] core.git: starmath/source
Joren De Cuyper
joren.libreoffice at telenet.be
Fri Aug 2 14:21:27 PDT 2013
starmath/source/ElementsDockingWindow.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d82433b0051a93632d66fdd6ab1df10166879c6e
Author: Joren De Cuyper <joren.libreoffice at telenet.be>
Date: Fri Aug 2 22:48:20 2013 +0200
fdo#67470 Element Dock: Subset icon missing in Set Operation section
RID_XSUPSETY wasn't just listed, RID_XSUPSETEQY (notice the Q) was.
Adding it adds it to the dock.
Change-Id: I4c621aab74b424aacd5421ed90f35b42ae6e0a14
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index 5e2b229..893c2a0 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -81,7 +81,7 @@ const sal_uInt16 SmElementsControl::aSetOperations[] =
RID_XINY, RID_XNOTINY, RID_XOWNSY,
0xFFFF,
RID_XINTERSECTIONY, RID_XUNIONY, RID_XSETMINUSY, RID_XSLASHY,
- RID_XSUBSETY, RID_XSUBSETEQY, RID_XSUPSETEQY, RID_XNSUBSETY,
+ RID_XSUBSETY, RID_XSUBSETEQY, RID_XSUPSETY, RID_XSUPSETEQY, RID_XNSUBSETY,
RID_XNSUBSETEQY, RID_XNSUPSETY, RID_XNSUPSETEQY,
0xFFFF,
RID_EMPTYSET, RID_ALEPH, RID_SETN, RID_SETZ,
More information about the Libreoffice-commits
mailing list