summaryrefslogtreecommitdiffstats
path: root/svgio/source/svguno/xsvgparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svguno/xsvgparser.hxx')
-rw-r--r--svgio/source/svguno/xsvgparser.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svgio/source/svguno/xsvgparser.hxx b/svgio/source/svguno/xsvgparser.hxx
index 3c96049f4ba2..a02467589d1c 100644
--- a/svgio/source/svguno/xsvgparser.hxx
+++ b/svgio/source/svguno/xsvgparser.hxx
@@ -35,12 +35,12 @@ namespace com { namespace sun { namespace star {
namespace svgio { namespace svgreader {
-css::uno::Reference< css::uno::XInterface > SAL_CALL
+css::uno::Reference< css::uno::XInterface >
XSvgParser_createInstance( css::uno::Reference< css::uno::XComponentContext > const &);
-OUString SAL_CALL XSvgParser_getImplementationName();
+OUString XSvgParser_getImplementationName();
-css::uno::Sequence< OUString > SAL_CALL
+css::uno::Sequence< OUString >
XSvgParser_getSupportedServiceNames();
} }