summaryrefslogtreecommitdiff
path: root/starmath/inc/symbol.hxx
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/inc/symbol.hxx
parent34c3c152e80e2c260733212de616e0e812a79eaf (diff)
comments cleanup
Diffstat (limited to 'starmath/inc/symbol.hxx')
-rw-r--r--starmath/inc/symbol.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx
index 4ce88db289e0..b3d2b34ee378 100644
--- a/starmath/inc/symbol.hxx
+++ b/starmath/inc/symbol.hxx
@@ -25,6 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#ifndef SYMBOL_HXX
#define SYMBOL_HXX
@@ -47,7 +48,7 @@
#include "smmod.hxx"
-#define SYMBOLSET_NONE 0xFFFF
+#define SYMBOLSET_NONE 0xFFFF
#define SYMBOL_NONE 0xFFFF
@@ -79,6 +80,7 @@ inline const String GetUiSymbolSetName( const String &rExportSymbolSetName )
class SmSym
{
+private:
SmFace m_aFace;
String m_aName;
String m_aExportName;
@@ -148,6 +150,7 @@ struct lt_SmSymPtr : public std::binary_function< const SmSym *, const SmSym *,
class SmSymbolManager : public SfxListener
{
+private:
SymbolMap_t m_aSymbols;
bool m_bModified;