summaryrefslogtreecommitdiff
path: root/starmath/source/unofilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/unofilter.cxx')
-rw-r--r--starmath/source/unofilter.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx
index 7add12f9e3fb..5886e9e6e0b9 100644
--- a/starmath/source/unofilter.cxx
+++ b/starmath/source/unofilter.cxx
@@ -21,6 +21,8 @@
using namespace ::com::sun::star;
+namespace {
+
/// Invokes the MathType importer via UNO.
class MathTypeFilter : public cppu::WeakImplHelper
<
@@ -47,6 +49,8 @@ public:
uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
};
+}
+
MathTypeFilter::MathTypeFilter() = default;
sal_Bool MathTypeFilter::filter(const uno::Sequence<beans::PropertyValue>& rDescriptor)