summaryrefslogtreecommitdiff
path: root/starmath/source/accessibility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/accessibility.hxx')
-rw-r--r--starmath/source/accessibility.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx
index d770d095443b..bec0c4742e46 100644
--- a/starmath/source/accessibility.hxx
+++ b/starmath/source/accessibility.hxx
@@ -51,10 +51,10 @@ namespace com { namespace sun { namespace star { namespace accessibility {
struct AccessibleEventObject;
}}}}
-//////////////////////////////////////////////////////////////////////
-//
+
+
// classes and helper-classes used for accessibility in the graphic-window
-//
+
typedef
cppu::WeakImplHelper6
@@ -152,10 +152,10 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException);
};
-//////////////////////////////////////////////////////////////////////
-//
+
+
// classes and helper-classes used for accessibility in the command-window
-//
+
class SmEditAccessible;
class SmEditSource;
@@ -385,7 +385,7 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException);
};
-//////////////////////////////////////////////////////////////////////
+
#endif