summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_selection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_selection.hxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_selection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/dtrans/X11_selection.hxx b/vcl/unx/generic/dtrans/X11_selection.hxx
index 40b81f414902..de6e631ab9cc 100644
--- a/vcl/unx/generic/dtrans/X11_selection.hxx
+++ b/vcl/unx/generic/dtrans/X11_selection.hxx
@@ -485,11 +485,11 @@ namespace x11 {
virtual void SAL_CALL notifyTermination( const css::lang::EventObject& aEvent ) override;
};
- css::uno::Sequence< OUString > SAL_CALL Xdnd_getSupportedServiceNames();
+ css::uno::Sequence< OUString > Xdnd_getSupportedServiceNames();
css::uno::Reference< css::uno::XInterface > SAL_CALL Xdnd_createInstance(
const css::uno::Reference< css::lang::XMultiServiceFactory > & xMultiServiceFactory);
- css::uno::Sequence< OUString > SAL_CALL Xdnd_dropTarget_getSupportedServiceNames();
+ css::uno::Sequence< OUString > Xdnd_dropTarget_getSupportedServiceNames();
css::uno::Reference< css::uno::XInterface > SAL_CALL Xdnd_dropTarget_createInstance(
const css::uno::Reference< css::lang::XMultiServiceFactory > & xMultiServiceFactory);