summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-18 12:56:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-18 13:07:59 +0000
commitdcde8abaaf7e136a49222e9c73644b6868373659 (patch)
tree4cf4ee5aea9304ad88e09692d546a17ed27856ab /include/sot
parentedbf82cbfc8d886db40b1b6e3d7b3ef84fddf604 (diff)
SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE
Change-Id: Ice4963da8a856b1d2ada13e5b699157a0217e06c
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/formats.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/formats.hxx b/include/sot/formats.hxx
index b33eb1bdc97b..cb2ee82ad74a 100644
--- a/include/sot/formats.hxx
+++ b/include/sot/formats.hxx
@@ -46,7 +46,7 @@ enum class SotClipboardFormatId : sal_uLong
BITMAP = 2,
GDIMETAFILE = 3,
PRIVATE = 4,
- FILE = 5,
+ SIMPLE_FILE = 5,
FILE_LIST = 6,
// further formats (only via CopyData/PasteData)
RTF = 10,