summaryrefslogtreecommitdiff
path: root/emfio/source/emfuno/xemfparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'emfio/source/emfuno/xemfparser.hxx')
-rw-r--r--emfio/source/emfuno/xemfparser.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/emfio/source/emfuno/xemfparser.hxx b/emfio/source/emfuno/xemfparser.hxx
index da78322028dc..d68e1e681d51 100644
--- a/emfio/source/emfuno/xemfparser.hxx
+++ b/emfio/source/emfuno/xemfparser.hxx
@@ -35,12 +35,12 @@ namespace com { namespace sun { namespace star {
namespace emfio { namespace emfreader {
-css::uno::Reference< css::uno::XInterface > SAL_CALL
+css::uno::Reference< css::uno::XInterface >
XEmfParser_createInstance( css::uno::Reference< css::uno::XComponentContext > const &);
-OUString SAL_CALL XEmfParser_getImplementationName();
+OUString XEmfParser_getImplementationName();
-css::uno::Sequence< OUString > SAL_CALL
+css::uno::Sequence< OUString >
XEmfParser_getSupportedServiceNames();
} }