[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - starmath/source
Joren De Cuyper
joren.libreoffice at telenet.be
Fri Aug 2 14:20:53 PDT 2013
starmath/source/ElementsDockingWindow.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c549ac677ba6279387aca33c5117b8ee1461bd9e
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 ae1d785..2c3f33e 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