summaryrefslogtreecommitdiff
path: root/starmath/inc/unomodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/unomodel.hxx')
-rw-r--r--starmath/inc/unomodel.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index be979431c186..e3ec4a167f33 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -31,7 +31,7 @@
#include <oox/mathml/export.hxx>
#include <oox/mathml/import.hxx>
-////////////////////////////////////////////////////////////
+
#define PRTUIOPT_TITLE_ROW "TitleRow"
#define PRTUIOPT_FORMULA_TEXT "FormulaText"
@@ -46,9 +46,9 @@ public:
};
-////////////////////////////////////////////////////////////
-//-----------------------------------------------------------------------------
+
+
class SmModel : public SfxBaseModel,
public comphelper::PropertySetHelper,
public com::sun::star::lang::XServiceInfo,
@@ -102,7 +102,7 @@ public:
static OUString getImplementationName_Static();
};
-////////////////////////////////////////////////////////////
+
#endif