summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorJúlio Hoffimann <julio.hoffimann@gmail.com>2010-10-18 12:55:43 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 12:55:43 +0100
commitc901ec7b5883b3e88a4c8d239adb5a3bfea5dcdb (patch)
tree20bc2e11a0e00912568e85e28f745ce387704c3d /starmath/source
parent34c3c152e80e2c260733212de616e0e812a79eaf (diff)
comments cleanup
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/symbol.cxx2
-rw-r--r--starmath/source/symbol.src11
-rw-r--r--starmath/source/utility.cxx2
-rw-r--r--starmath/source/view.cxx6
4 files changed, 10 insertions, 11 deletions
diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx
index d0e11e7d9bfa..fd2c7ea76f76 100644
--- a/starmath/source/symbol.cxx
+++ b/starmath/source/symbol.cxx
@@ -88,7 +88,7 @@ SmSym::SmSym(const String& rName, const Font& rFont, sal_Unicode cChar,
m_aFace.SetTransparent(TRUE);
m_aFace.SetAlign(ALIGN_BASELINE);
- m_cChar = cChar;
+ m_cChar = cChar;
m_aSetName = rSet;
m_bPredefined = bIsPredefined;
m_bDocSymbol = FALSE;
diff --git a/starmath/source/symbol.src b/starmath/source/symbol.src
index c4cab66a8212..7f8e15a15817 100644
--- a/starmath/source/symbol.src
+++ b/starmath/source/symbol.src
@@ -191,13 +191,12 @@ Resource RID_LOCALIZED_NAMES
};
StringArray RID_UI_SYMBOLSET_NAMES
{
- ItemList [ en-US ] =
- {
- < "Greek" ; > ;
- < "Special" ; > ;
- };
+ ItemList [ en-US ] =
+ {
+ < "Greek" ; > ;
+ < "Special" ; > ;
+ };
};
-
StringArray RID_EXPORT_SYMBOL_NAMES
{
ItemList =
diff --git a/starmath/source/utility.cxx b/starmath/source/utility.cxx
index 5eb88d1fae52..330314118ad7 100644
--- a/starmath/source/utility.cxx
+++ b/starmath/source/utility.cxx
@@ -188,7 +188,7 @@ String SmFontPickList::GetStringItem(void *pItem)
aString.AppendAscii( pDelim );
aString += String(SmResId(RID_FONTITALIC));
}
- if (IsBold( *pFont )) // bold?
+ if (IsBold( *pFont ))
{
aString.AppendAscii( pDelim );
aString += String(SmResId(RID_FONTBOLD));
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index cd3622a8b5e3..7e52a7a6f176 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -80,10 +80,10 @@
#define MINWIDTH 200
#define MINHEIGHT 200
#define MINSPLIT 40
-#define SPLITTERWIDTH 2
+#define SPLITTERWIDTH 2
-#define MINZOOM 25
-#define MAXZOOM 800
+#define MINZOOM 25
+#define MAXZOOM 800
#define SmViewShell
#include "smslots.hxx"