summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathmlexport.hxx')
-rw-r--r--starmath/source/mathmlexport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx
index 628ce35a754d..01a51f080f56 100644
--- a/starmath/source/mathmlexport.hxx
+++ b/starmath/source/mathmlexport.hxx
@@ -36,7 +36,7 @@ namespace com { namespace sun { namespace star {
} } }
-////////////////////////////////////////////////////////////
+
class SmXMLExportWrapper
{
@@ -72,7 +72,7 @@ public:
const sal_Char* pComponentName );
};
-////////////////////////////////////////////////////////////
+
class SmXMLExport : public SvXMLExport
{
@@ -124,7 +124,7 @@ public:
sal_Bool GetSuccess() {return bSuccess;}
};
-////////////////////////////////////////////////////////////
+
#endif