summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swdtflvr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swdtflvr.hxx')
-rw-r--r--sw/source/uibase/inc/swdtflvr.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swdtflvr.hxx b/sw/source/uibase/inc/swdtflvr.hxx
index 2cc079f7048d..bd84f3b551e5 100644
--- a/sw/source/uibase/inc/swdtflvr.hxx
+++ b/sw/source/uibase/inc/swdtflvr.hxx
@@ -47,13 +47,12 @@ enum class TransferBufferType : sal_uInt16
DocumentWord = 0x0002,
Graphic = 0x0004,
Table = 0x0008,
- DdeLink = 0x0010,
Ole = 0x0020,
InetField = 0x0040,
Drawing = 0x0081, // drawing is internal too!
};
namespace o3tl {
- template<> struct typed_flags<TransferBufferType> : is_typed_flags<TransferBufferType, 0x00ff> {};
+ template<> struct typed_flags<TransferBufferType> : is_typed_flags<TransferBufferType, 0x00ef> {};
}
class SW_DLLPUBLIC SwTransferable : public TransferableHelper