summaryrefslogtreecommitdiff
path: root/vcl/osx/DragActionConversion.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/DragActionConversion.hxx')
-rw-r--r--vcl/osx/DragActionConversion.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/DragActionConversion.hxx b/vcl/osx/DragActionConversion.hxx
index fbb5ea362b44..47e6ebed5041 100644
--- a/vcl/osx/DragActionConversion.hxx
+++ b/vcl/osx/DragActionConversion.hxx
@@ -27,14 +27,14 @@
#include <postmac.h>
/* Convert office drag actions as defined in
- <type>com::sun::star::datatransfer::dnd::DNDConstants</type>
+ <type>css::datatransfer::dnd::DNDConstants</type>
into system conform drag actions.
*/
unsigned int OfficeToSystemDragActions(sal_Int8 dragActions);
/* Convert system conform drag actions into office conform
drag actions as defined in
- <type>com::sun::star::datatransfer::dnd::DNDConstants</type>.
+ <type>css::datatransfer::dnd::DNDConstants</type>.
*/
sal_Int8 SystemToOfficeDragActions(unsigned int dragActions);