summaryrefslogtreecommitdiff
path: root/vcl/osx/DropTarget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/DropTarget.cxx')
-rw-r--r--vcl/osx/DropTarget.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/DropTarget.cxx b/vcl/osx/DropTarget.cxx
index 4d99f3c69982..c294a3157f46 100644
--- a/vcl/osx/DropTarget.cxx
+++ b/vcl/osx/DropTarget.cxx
@@ -44,12 +44,12 @@ using namespace com::sun::star::uno;
using namespace com::sun::star;
using namespace comphelper;
-OUString dropTarget_getImplementationName()
+static OUString dropTarget_getImplementationName()
{
return OUString("com.sun.star.comp.datatransfer.dnd.OleDropTarget_V1");
}
-Sequence<OUString> dropTarget_getSupportedServiceNames()
+static Sequence<OUString> dropTarget_getSupportedServiceNames()
{
return { OUString("com.sun.star.datatransfer.dnd.OleDropTarget") };
}