summaryrefslogtreecommitdiff
path: root/sd/inc/pres.hxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-04-04 15:41:39 +0000
committerKai Ahrens <ka@openoffice.org>2001-04-04 15:41:39 +0000
commitdb53c2ef0dda1cc40080ccfad562c7c007694b54 (patch)
tree90760c64ed9efc8b1e6eeb2999a4b406542d7c52 /sd/inc/pres.hxx
parentfb051f261cabd6301d8720b95286b3cb21d99823 (diff)
#85144#: added missing D&D functionality
Diffstat (limited to 'sd/inc/pres.hxx')
-rw-r--r--sd/inc/pres.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sd/inc/pres.hxx b/sd/inc/pres.hxx
index a5fa5c28f267..264fc33f3ed0 100644
--- a/sd/inc/pres.hxx
+++ b/sd/inc/pres.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pres.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dl $ $Date: 2001-02-19 10:43:16 $
+ * last change: $Author: ka $ $Date: 2001-04-04 16:35:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,5 +115,14 @@ enum DocumentType
DOCUMENT_TYPE_DRAW
};
+enum NavigatorDragType
+{
+ NAVIGATOR_DRAGTYPE_NONE,
+ NAVIGATOR_DRAGTYPE_URL,
+ NAVIGATOR_DRAGTYPE_LINK,
+ NAVIGATOR_DRAGTYPE_EMBEDDED
+};
+#define NAVIGATOR_DRAGTYPE_COUNT 4
+
#endif // _PRESENTATION_HXX