summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:41:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:50:46 -0600
commit7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (patch)
tree0fbe4279986d6b3d9a28c602e8e433632cd6d5a0 /starmath/source/mathmlimport.hxx
parent35e44118b8e55b2263bd10e8b11d9ac4e043228b (diff)
Remove visual noise from starmath
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b Reviewed-on: https://gerrit.libreoffice.org/8315 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/mathmlimport.hxx')
-rw-r--r--starmath/source/mathmlimport.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx
index dcdae77d1325..a4b16b740e18 100644
--- a/starmath/source/mathmlimport.hxx
+++ b/starmath/source/mathmlimport.hxx
@@ -35,7 +35,7 @@ namespace com { namespace sun { namespace star {
class XPropertySet; }
} } }
-////////////////////////////////////////////////////////////
+
class SmXMLImportWrapper
{
@@ -67,7 +67,7 @@ public:
const sal_Char* pFilterName );
};
-////////////////////////////////////////////////////////////
+
class SmXMLImport : public SvXMLImport
{
@@ -260,7 +260,7 @@ public:
virtual void SetConfigurationSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
};
-////////////////////////////////////////////////////////////
+
enum SmXMLMathElemTokenMap
{
@@ -342,7 +342,7 @@ enum SmXMLAnnotationAttrTokenMap
XML_TOK_ENCODING
};
-////////////////////////////////////////////////////////////
+
#endif