summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmservs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmservs.hxx')
-rw-r--r--svx/source/inc/fmservs.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/inc/fmservs.hxx b/svx/source/inc/fmservs.hxx
index 4e1239c65a32..28443a6a8519 100644
--- a/svx/source/inc/fmservs.hxx
+++ b/svx/source/inc/fmservs.hxx
@@ -82,28 +82,28 @@ namespace svxform
{
SVX_DLLPUBLIC void ImplSmartRegisterUnoServices();
- css::uno::Reference<css::uno::XInterface> SAL_CALL
+ css::uno::Reference<css::uno::XInterface>
OAddConditionDialog_Create(
css::uno::Reference<css::lang::XMultiServiceFactory> const &);
- OUString SAL_CALL OAddConditionDialog_GetImplementationName();
+ OUString OAddConditionDialog_GetImplementationName();
- css::uno::Sequence<OUString> SAL_CALL
+ css::uno::Sequence<OUString>
OAddConditionDialog_GetSupportedServiceNames();
}
/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> SAL_CALL
+css::uno::Reference<css::uno::XInterface>
FmXGridControl_NewInstance_Impl(
css::uno::Reference<css::lang::XMultiServiceFactory> const &);
/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> SAL_CALL
+css::uno::Reference<css::uno::XInterface>
FormController_NewInstance_Impl(
css::uno::Reference<css::lang::XMultiServiceFactory> const &);
/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> SAL_CALL
+css::uno::Reference<css::uno::XInterface>
LegacyFormController_NewInstance_Impl(
css::uno::Reference<css::lang::XMultiServiceFactory> const &);